public AnnBrush Fill { get; set; }
Public Property Fill As Leadtools.Annotations.Core.AnnBrush
public Leadtools.Annotations.Core.AnnBrush Fill {get; set;}
@property (nonatomic) LTAnnBrush* fill;
public AnnBrush getFill()
public void setFill(AnnBrush fill)
get_Fill();
set_Fill(value);
Object.defineProperty('Fill');
The AnnBrush used to fill this AnnObject. The default value is null.
This property should be used to fill the interior of the object. Each object renderer is responsible for determining whether to use this property and what the interior of the object is. For example, the renderer for AnnRectangleObject will use this property to fill the background of the rectangle area. Setting Fill to null will only trace the outline of the rectangle without filling it (depending on the value of Stroke).
For an example, refer to AnnContainer.
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