Axis.InterlacedColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定或設定交錯條紋線的顏色。
public:
property System::Drawing::Color InterlacedColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color InterlacedColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.InterlacedColor : System.Drawing.Color with get, set
Public Property InterlacedColor As Color
屬性值
一個 Color 代表交錯條帶線顏色的物件。
- 屬性
備註
使用此屬性來指定當你呼叫該 InterlacedColor 屬性時顯示的交錯條狀線的顏色。
要指定交錯條帶線條的邊框顏色,必須使用 StripLines 集合屬性來顯示條帶,而不是用屬性 InterlacedColor 。