Annotation.TextStyle 属性
定义
获取或设置批注的文本样式。Gets or sets the text style of an annotation.
public:
virtual property System::Windows::Forms::DataVisualization::Charting::TextStyle TextStyle { System::Windows::Forms::DataVisualization::Charting::TextStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::TextStyle value); };
public virtual System.Windows.Forms.DataVisualization.Charting.TextStyle TextStyle { get; set; }
member this.TextStyle : System.Windows.Forms.DataVisualization.Charting.TextStyle with get, set
Public Overridable Property TextStyle As TextStyle
属性值
用于绘制批注文本的 TextStyle 值。A TextStyle value used to draw the text of an annotation.