Condividi tramite


EdgeUIThemeTransition.Edge Proprietà

Definizione

Ottiene o imposta la posizione del bordo da utilizzare per la transizione.

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

Valore della proprietà

Valore dell'enumerazione. Il valore predefinito è Top.

Si applica a

Vedi anche