'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the NStrokeInfo object which describes the border of the control.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property StrokeInfo As NStrokeInfo
'Usage
Dim instance As NItemsControl Dim value As NStrokeInfo value = instance.StrokeInfo
[System.ComponentModel.Description("Gets the NStrokeInfo object which describes the border of the control.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NStrokeInfo StrokeInfo {get;}