EdgeUIThemeTransition.Edge 屬性

定義

取得或設定要用於轉換的邊緣位置。

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

適用於

另請參閱