←Select platform

MappingMode Property

Summary

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.

Syntax

C#
VB
C++
public BrushMappingMode MappingMode { get; set; } 
  
Public Property MappingMode As BrushMappingMode 
public: 
property BrushMappingMode MappingMode { 
   BrushMappingMode get(); 
   void set (    BrushMappingMode ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly