共用方式為


PaneThemeTransition.Edge 屬性

定義

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

public:
 property EdgeTransitionLocation Edge { EdgeTransitionLocation get(); void set(EdgeTransitionLocation value); };
EdgeTransitionLocation Edge();

void Edge(EdgeTransitionLocation value);
public EdgeTransitionLocation Edge { get; set; }
var edgeTransitionLocation = paneThemeTransition.edge;
paneThemeTransition.edge = edgeTransitionLocation;
Public Property Edge As EdgeTransitionLocation
<PaneThemeTransition Edge="edgeTransitionLocationMemberName" .../>

屬性值

列舉值。 預設值為 Left

適用於

另請參閱