CompositionViewBox.Offset Property

Definition

Gets or sets the offset of the view box.

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

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

Property Value

Vector2 Vector2

float2

The offset of the view box.

Applies to