Specify the magnify layer shape.
It can be Rectangle or Ellipse. Valid only if MagnifyEnabled=True.
This property doesn’t apply to layer 0.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public IEMagnifyStyle MagnifyStyle { get; set; }
Public Property MagnifyStyle As IEMagnifyStyle Get Set
public: property IEMagnifyStyle MagnifyStyle { IEMagnifyStyle get (); void set (IEMagnifyStyle value); }