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


In This Topic
    AlignText Property (ChartShape)
    In This Topic
    Gets or sets the text alignment for the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property AlignText As TextAlign
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As TextAlign
     
    instance.AlignText = value
     
    value = instance.AlignText
    public override TextAlign AlignText {get; set;}
    See Also