ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / AnnotationBase Class / ContentStyle Property

In This Topic
    ContentStyle Property (AnnotationBase)
    In This Topic
    Gets or sets the shape style of annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.ContentStyle", "Gets or sets the shape style of annotation.")>
    Public ReadOnly Property ContentStyle As ChartStyle
    [C1Description("Annotation.AnnotationBase.ContentStyle", "Gets or sets the shape style of annotation.")]
    public ChartStyle ContentStyle {get;}
    See Also