Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / AlignVert Property


In This Topic
    AlignVert Property (FpColorPicker)
    In This Topic
    Gets or sets the vertical alignment of the color picker.
    Syntax
    'Declaration
     
    
    Public Property AlignVert As VerticalAlignment
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim value As VerticalAlignment
     
    instance.AlignVert = value
     
    value = instance.AlignVert
    public VerticalAlignment AlignVert {get; set;}
    See Also