LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Fill Property (IAnnObject)

Show in webframe





Gets or sets the color to use to fill the interior of this object.
Syntax
Color Fill {get; set;}
'Declaration
 
Property Fill As Color
'Usage
 
Dim instance As IAnnObject
Dim value As Color
 
instance.Fill = value
 
value = instance.Fill

            

            
property Color Fill {
   Color get();
   void set (    Color value);
}

Property Value

A System.Windows.Media.Color value that specifies the color to use to fill the interior of this object.
Requirements

Target Platforms

See Also

Reference

IAnnObject Interface
IAnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.