Share via


InsetClip.TopInset Proprietà

Definizione

Ottiene o imposta l'offset dalla parte superiore dell'oggetto visivo. La parte dell'oggetto visivo sopra l'oggetto TopInset verrà ritagliata. Animatable.

public:
 property float TopInset { float get(); void set(float value); };
float TopInset();

void TopInset(float value);
public float TopInset { get; set; }
var single = insetClip.topInset;
insetClip.topInset = single;
Public Property TopInset As Single

Valore della proprietà

Single

float

Offset dalla parte superiore dell'oggetto visivo.

Commenti

Questa proprietà può essere animata. Chiamare CompositionObject.StartAnimation per associarlo a un oggetto CompositionAnimation.

Si applica a