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


In This Topic
    TextOrientationPriv Property (ChartShape)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Property TextOrientationPriv As TextOrientation
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As TextOrientation
     
    instance.TextOrientationPriv = value
     
    value = instance.TextOrientationPriv
    protected override TextOrientation TextOrientationPriv {get; set;}
    See Also