Whether the user can resize the panel's width.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Whether the width of the panel is resizable.")>
<ResCategoryAttribute("Floating Panel Appearance")>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property WidthResizable As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FloatingPanel
Dim value As Boolean
instance.WidthResizable = value
value = instance.WidthResizable
|
| C# | |
|---|
[ResDescriptionAttribute("Whether the width of the panel is resizable.")]
[ResCategoryAttribute("Floating Panel Appearance")]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public bool WidthResizable {get; set;} |
Remarks
See Also