ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Shape Class / Content Property



In This Topic
    Content Property (Shape)
    In This Topic
    Gets or sets the text of the annotation.
    Syntax
    'Declaration
     
    
    Public Property Content As String
    'Usage
     
    
    Dim instance As Shape
    Dim value As String
     
    instance.Content = value
     
    value = instance.Content
    public string Content {get; set;}
    public:
    property String^ Content {
       String^ get();
       void set (    String^ value);
    }
    See Also