共用方式為


Title.TextStyle 屬性

定義

取得或設定標題的文字樣式。

public:
 property System::Web::UI::DataVisualization::Charting::TextStyle TextStyle { System::Web::UI::DataVisualization::Charting::TextStyle get(); void set(System::Web::UI::DataVisualization::Charting::TextStyle value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Web.UI.DataVisualization.Charting.TextStyle TextStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.TextStyle : System.Web.UI.DataVisualization.Charting.TextStyle with get, set
Public Property TextStyle As TextStyle

屬性值

TextStyle

TextStyle 列舉值,決定標題的文字樣式。 預設值是 Default

屬性

備註

標題文字有五種可能的樣式: DefaultShadowEmbossEmbedFrame 。 請參閱下表以取得這些樣式的摘要:

樣式 描述
預設 使用所需的字型和色彩來顯示文字,而不會產生任何其他效果。
陰影 文字會使用所需的字型和色彩來顯示,並對文字加上陰影效果。
Emboss 使用所需的字型和色彩來顯示文字,但以浮雕效果繪製。
內嵌 使用所需的字型和色彩來顯示文字,但以內嵌效果繪製。
Frame 文字會使用所需的字型和色彩來顯示,但會繪製為文字的大綱,也就是沒有填滿。

適用於