'Declaration <DescriptionAttribute("Indicates if the row is indented.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Shadows Property Indented As Boolean
'Usage Dim instance As SpacerRow Dim value As Boolean instance.Indented = value value = instance.Indented
[Description("Indicates if the row is indented.")] [Category("Appearance")] [ApplyToDesigner(true)] [Browsable(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public new bool Indented {get; set;}