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


In This Topic
    PictureRotationAngle Property (ChartShape)
    In This Topic
    Gets or sets the picture rotation angle of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property PictureRotationAngle As Single
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Single
     
    instance.PictureRotationAngle = value
     
    value = instance.PictureRotationAngle
    public override float PictureRotationAngle {get; set;}
    See Also