Condividi tramite


InsetClip.LeftInset Proprietà

Definizione

Ottiene o imposta l'offset a sinistra dell'oggetto visivo. La parte dell'oggetto visivo a sinistra di LeftInset verrà ritagliata. Animatable.

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

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

Valore della proprietà

Single

float

Offset a sinistra dell'oggetto visivo.

Commenti

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

Si applica a