ComponentOne FinancialChart for WPF
C1.WPF.Chart.Annotation Namespace / Polygon Class / ContentCenter Property



In This Topic
    ContentCenter Property
    In This Topic
    Gets or sets the center of annotation's content. If the property value is null (default value), the position of content is selected automatically.
    Syntax
    'Declaration
     
    
    Public Property ContentCenter As Nullable(Of Point)
    'Usage
     
    
    Dim instance As Polygon
    Dim value As Nullable(Of Point)
     
    instance.ContentCenter = value
     
    value = instance.ContentCenter
    public Nullable<Point> ContentCenter {get; set;}
    public:
    property Nullable<Point> ContentCenter {
       Nullable<Point> get();
       void set (    Nullable<Point> value);
    }
    See Also