ContainerVisual.Offset Property

Definition

Gets or sets the offset value of the ContainerVisual from its reference point.

public:
 property System::Windows::Vector Offset { System::Windows::Vector get(); void set(System::Windows::Vector value); };
public System.Windows.Vector Offset { get; set; }
member this.Offset : System.Windows.Vector with get, set
Public Property Offset As Vector

Property Value

A Vector that represents the offset value of the ContainerVisual.

Applies to