共用方式為


LineDisplayCapabilities.IsHorizontalMarqueeSupported 屬性

定義

取得線條顯示是否支援水準 Marquee 捲動。

public:
 property bool IsHorizontalMarqueeSupported { bool get(); };
bool IsHorizontalMarqueeSupported();
public bool IsHorizontalMarqueeSupported { get; }
var boolean = lineDisplayCapabilities.isHorizontalMarqueeSupported;
Public ReadOnly Property IsHorizontalMarqueeSupported As Boolean

屬性值

Boolean

bool

如果線條顯示支援水準 Marquee 捲動,則為 True;否則為 false。

適用於