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


In This Topic
    PictureAlignV Property
    In This Topic
    Gets or sets the vertical alignment of the check box picture in the control.
    Syntax
    'Declaration
     
    
    Public Overridable Property PictureAlignV As VerticalAlignment
    'Usage
     
    
    Dim instance As FpCheckBox
    Dim value As VerticalAlignment
     
    instance.PictureAlignV = value
     
    value = instance.PictureAlignV
    public virtual VerticalAlignment PictureAlignV {get; set;}
    See Also