FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart.Annotation 命名空间 / Polygon 类 / ContentCenter 属性

本主题中
    ContentCenter 属性 (Polygon)
    本主题中
    Gets or sets the center of annotation's content. If the property value is null (default value), the position of content is selected automatically.
    语法
    '声明
     
    Public Property ContentCenter As Nullable(Of Point)
    public Nullable<Point> ContentCenter {get; set;}
    请参见