CompositionGradientBrush.Offset Свойство

Определение

Возвращает или задает смещение кисти относительно закрашиваемого объекта.

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

Значение свойства

Vector2 Vector2

float2

Смещение кисти относительно закрашиваемого объекта.

Применяется к