Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / PictureWidth Property


In This Topic
    PictureWidth Property (FpCheckBox)
    In This Topic
    Gets or sets the width of the check box picture in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property PictureWidth As Integer
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As Integer
     
    instance.PictureWidth = value
     
    value = instance.PictureWidth
    public virtual int PictureWidth {get; set;}
    See Also