Title.TextStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the style of the text for the title.
public:
property System::Windows::Forms::DataVisualization::Charting::TextStyle TextStyle { System::Windows::Forms::DataVisualization::Charting::TextStyle get(); void set(System::Windows::Forms::DataVisualization::Charting::TextStyle value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.TextStyle TextStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.TextStyle : System.Windows.Forms.DataVisualization.Charting.TextStyle with get, set
Public Property TextStyle As TextStyle
Property Value
A TextStyle enumeration value that determines the style of the text for the title. The default value is Default.
- Attributes
Remarks
There are five possible styles for title text: Default, Shadow, Emboss, Embed, and Frame. Refer to the table below for a summary of these styles:
Style | Description |
---|---|
Default | Text is displayed using the desired font and color, with no additional effects. |
Shadow | Text is displayed using the desired font and color with an added shadow effect on the text. |
Emboss | Text is displayed using the desired font and color but drawn with an embossing effect. |
Embed | Text is displayed using the desired font and color but drawn with an embedding effect. |
Frame | Text is displayed using the desired font and color but drawn as an outline of the text, that is, with no fill. |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET