'Usage
Dim instance As Axis
Dim value As Single
instance.PositionOffset = value
value = instance.PositionOffset
[Category("Position")]
[Description("Specifies the offset of the axis from the original position determined by the component")]
[DefaultValue(0)]
public float PositionOffset {get; set;}
Remarks
By default set to 0.
Example
The following code offsets the PrimaryY axis to the left.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2