共用方式為


ScrollChrome.GetScrollGlyph(DependencyObject) 方法

定義

取得指定物件的 ScrollGlyph

public:
 static Microsoft::Windows::Themes::ScrollGlyph GetScrollGlyph(System::Windows::DependencyObject ^ element);
public static Microsoft.Windows.Themes.ScrollGlyph GetScrollGlyph (System.Windows.DependencyObject element);
static member GetScrollGlyph : System.Windows.DependencyObject -> Microsoft.Windows.Themes.ScrollGlyph
Public Shared Function GetScrollGlyph (element As DependencyObject) As ScrollGlyph

參數

element
DependencyObject

附加 ScrollGlyph 的相依性物件。

傳回

其中一個列舉值。

適用於