PaneThemeTransition.Edge Property

Definition

Gets or sets the edge position to use for the transition.

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" .../>

Property Value

A value of the enumeration. The default is Left.

Applies to

See also