LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

MappingMode Property






Gets or sets a System.Windows.Media.BrushMappingMode enumeration that specifies whether the gradient brush's positioning coordinates are absolute or relative to the output area. .NET support Silverlight support
Syntax
public BrushMappingMode MappingMode {get; set;}
'Declaration
 
Public Property MappingMode As BrushMappingMode
'Usage
 
Dim instance As AnnGradientBrush
Dim value As BrushMappingMode
 
instance.MappingMode = value
 
value = instance.MappingMode
public BrushMappingMode MappingMode {get; set;}
 get_MappingMode();
set_MappingMode(value);
public:
property BrushMappingMode MappingMode {
   BrushMappingMode get();
   void set (    BrushMappingMode value);
}

Property Value

A System.Windows.Media.BrushMappingMode value that specifies how the gradient brush's positioning coordinates are interpreted. The default is BrushMappingMode.RelativeToBoundingBox.
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

AnnGradientBrush Class
AnnGradientBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

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