[]
        
(Showing Draft Content)

FarPoint.Win.ElementWithButtons.ButtonWidth

ButtonWidth Property

ButtonWidth

Gets or sets the button width.

Declaration
public virtual double ButtonWidth { get; set; }
Public Overridable Property ButtonWidth As Double
Examples
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown;
element.ButtonWidth = 5;
element.ButtonStyle = FarPoint.Win.ElementWithButtonsStyle.DropDown
element.ButtonWidth = 5