EdgeUIThemeTransition.Edge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = edgeUIThemeTransition.edge;
edgeUIThemeTransition.edge = edgeTransitionLocation;
Public Property Edge As EdgeTransitionLocation
<EdgeUIThemeTransition Edge="edgeTransitionLocationMemberName" .../>
Property Value
A value of the enumeration. The default is Top.