MagnifierMapBaseSize Property |
Gets or sets the base value used to calculate the sizes of the magnifier. The value of this
property is the overall diameter of the magnifier. This property can be altered manually so that a size
change of the magnifier at runtime is possible.
Namespace:
Ptv.XServer.Controls.Map.Gadgets
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public double BaseSize { get; set; }
Public Property BaseSize As Double
Get
Set
public:
property double BaseSize {
double get ();
void set (double value);
}
member BaseSize : float with get, set
Property Value
Type:
Double Magnifier size.
See Also