LEADTOOLS WinRT (Leadtools.Annotations.Core)
LEAD Technologies, Inc

Fill Property (AnnObject)


Gets or sets the AnnBrush associated with this AnnObject. WinRT support
Syntax
public AnnBrush Fill {get; set;}
 get_Fill();
set_Fill(value);

Property Value

The AnnBrush used to fill this AnnObject. The default value is null.
Remarks

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).

Example

For an example, refer to AnnContainer.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.