The size of the separator on the toolbar, either the width for a horizontal
toolbar, or height for a vertical toolbar.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The width in pixels of the separator on the Toolbar.")>
<ResCategoryAttribute("General")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<BrowsableAttribute(False)>
Public Property Size As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Separator
Dim value As Integer
instance.Size = value
value = instance.Size
|
| C# | |
|---|
[ResDescriptionAttribute("The width in pixels of the separator on the Toolbar.")]
[ResCategoryAttribute("General")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[BrowsableAttribute(false)]
public int Size {get; set;} |
Remarks
See Also