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

SpreadMethod Property

Show in webframe





Gets or sets the type of spread method that specifies how to draw a gradient that starts or ends inside the bounds of the object to be painted.
Syntax
public GradientSpreadMethod SpreadMethod {get; set;}
'Declaration
 
Public Property SpreadMethod As GradientSpreadMethod
'Usage
 
Dim instance As AnnGradientBrush
Dim value As GradientSpreadMethod
 
instance.SpreadMethod = value
 
value = instance.SpreadMethod

            

            
public:
property GradientSpreadMethod SpreadMethod {
   GradientSpreadMethod get();
   void set (    GradientSpreadMethod value);
}

Property Value

The type of spread method used to paint the gradient. The default is GradientSpreadMethod.Pad.
Requirements

Target Platforms

See Also

Reference

AnnGradientBrush Class
AnnGradientBrush Members

 

 


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