Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / AlignHorz Property


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