Gets / Sets the Font to use when labelling shapes
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property Font As Font Get Set |
C# |
---|
public Font Font { get; set; } |
Visual C++ |
---|
public: property Font^ Font { Font^ get (); void set (Font^ value); } |
JavaScript |
---|
function get_font(); function set_font(value); |