Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / PictureHeight Property


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