Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.ToolBar Namespace / LabelTool Class / Width Property


In This Topic
    Width Property (LabelTool)
    In This Topic
    Gets or sets the width, in pixels, of the LabelTool.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The width of the LabelTool.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(-1)>
    <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(-1)]
    [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