CompositionGradientBrush.Offset Proprietà

Definizione

Ottiene o imposta l'offset del pennello rispetto all'oggetto dipinto.

public:
 property float2 Offset { float2 get(); void set(float2 value); };
float2 Offset();

void Offset(float2 value);
public Vector2 Offset { get; set; }
var vector2 = compositionGradientBrush.offset;
compositionGradientBrush.offset = vector2;
Public Property Offset As Vector2

Valore della proprietà

Vector2 Vector2

float2

Offset del pennello relativo all'oggetto dipinto.

Si applica a