'Declaration <DefaultValueAttribute()> <CategoryAttribute("Position")> <DescriptionAttribute("Specifies the offset of the axis from the original position determined by the component")> Public Property PositionOffset As Single
'Usage Dim instance As Axis Dim value As Single instance.PositionOffset = value value = instance.PositionOffset
[DefaultValue()] [Category("Position")] [Description("Specifies the offset of the axis from the original position determined by the component")] public float PositionOffset {get; set;}