Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / AlignVert Property


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