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

SupportsFill Property (AnnObject)


Indicates if this object supports a fill. WinRT support
Syntax
public virtual bool SupportsFill {get;}
 get_SupportsFill(); 

Property Value

true if this AnnObject supports filling its interior with a brush, otherwise; false.
Remarks

Derived classes should override SupportsStroke, SupportsFill and SupportsFont to indicate whether Stroke, Fill or Font respectively will be used by the object. This will insure that the object will save and load the values during serialization. Some object renderers will also check these values to prepare a font or a brush.

For example, a rectangle object will override this property to return true, while a line object will return false.

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.