Xceed SmartUI for WinForms v3.6 Documentation
Width Property (LabelTool)


Xceed.SmartUI.Controls.v3.6 Assembly > Xceed.SmartUI.Controls.ToolBar Namespace > LabelTool Class : Width Property
Gets or sets the width, in pixels, of the LabelTool.
Syntax
'Declaration
 
<DescriptionAttribute("The width of the LabelTool.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<BrowsableAttribute(True)>
<MergablePropertyAttribute(True)>
<LocalizableAttribute(False)>
Public Property Width As Integer
'Usage
 
Dim instance As LabelTool
Dim value As Integer
 
instance.Width = value
 
value = instance.Width
[Description("The width of the LabelTool.")]
[Category("Appearance")]
[DefaultValue()]
[Browsable(true)]
[MergableProperty(true)]
[Localizable(false)]
public int Width {get; set;}

Property Value

A value representing the width, in pixels, of the LabelTool. If -1 (default), the width of the LabelTool is automatically adjusted according to the value of the Xceed.SmartUI.SmartItem.Text property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LabelTool Class
LabelTool Members