Gets or sets the AnnFont object associated with this AnnGroupObject object.
public override AnnFont Font { get; set; }
Public Overrides Property Font As Leadtools.Annotations.AnnFont
public:
property Leadtools.Annotations.AnnFont^ Font {
Leadtools.Annotations.AnnFont^ get() override;
void set ( Leadtools.Annotations.AnnFont^ ) override;
}
The AnnFont object associated with this AnnGroupObject object.
When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the font of the first object that has its SupportsFont value set to true. For more information, refer to Font.
When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the Font value for each object that has its SupportsFont value set to true. For more information, refer to Font.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET