'Declaration <ImGearFilterAttribute("Default")> Public Property ShapeType As ImGearMagnifierShapeType
'Usage Dim instance As ImGearMagnifierCtl Dim value As ImGearMagnifierShapeType instance.ShapeType = value value = instance.ShapeType
[ImGearFilter("Default")] public ImGearMagnifierShapeType ShapeType {get; set;}
[ImGearFilter("Default")] public: __property ImGearMagnifierShapeType get_ShapeType(); public: __property void set_ShapeType( ImGearMagnifierShapeType value );
[ImGearFilter("Default")] public: property ImGearMagnifierShapeType ShapeType { ImGearMagnifierShapeType get(); void set ( ImGearMagnifierShapeType value); }