EdgeUIThemeTransition.Edge 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用於轉換的邊緣位置。
public:
property EdgeTransitionLocation Edge { EdgeTransitionLocation get(); void set(EdgeTransitionLocation value); };
EdgeTransitionLocation Edge();
void Edge(EdgeTransitionLocation value);
public EdgeTransitionLocation Edge { get; set; }
var edgeTransitionLocation = edgeUIThemeTransition.edge;
edgeUIThemeTransition.edge = edgeTransitionLocation;
Public Property Edge As EdgeTransitionLocation
<EdgeUIThemeTransition Edge="edgeTransitionLocationMemberName" .../>
屬性值
列舉值。 預設值為 Top。