WinUI | ComponentOne
C1.WinUI.Chart Assembly / C1.WinUI.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
    public Nullable<Point> ContentCenter {get; set;}
    See Also