Leadtools.WinForms Namespace > RasterMagnifyGlass Class : Shape Property |
public virtual RasterMagnifyGlassShape Shape {get; set;}
'Declaration Public Overridable Property Shape As RasterMagnifyGlassShape
'Usage Dim instance As RasterMagnifyGlass Dim value As RasterMagnifyGlassShape instance.Shape = value value = instance.Shape
public: virtual property RasterMagnifyGlassShape Shape { RasterMagnifyGlassShape get(); void set ( RasterMagnifyGlassShape value); }
if it set to RasterMagnifyGlassShape.None : none of the above will be used.
if it set to RasterMagnifyGlassShape.Border3D : only the Border3DStyle property will be use.
if it set to RasterMagnifyGlassShape.Rectangle or set to RasterMagnifyGlassShape.Ellipse: only the BorderWidth, and the BorderColor properties will be used.
if it set to RasterMagnifyGlassShape.RoundRectangle : the BorderWidth, the BorderColor, and the RoundRectangleEllipseSize properties will be used.