←Select platform

AnnTileMode Enumeration

Summary

Specifies how the AnnTileBrush paints tiles onto an output area.

Syntax

C#
VB
C++
public enum AnnTileMode 
  
Public Enum AnnTileMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class AnnTileMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneThe base tile is drawn but not repeated. The remaining area is transparent
1FlipXThe same as Tile except that alternate columns of tiles are flipped horizontally. The base tile itself is not flipped.
2FlipYThe combination of FlipX and FlipY. The base tile itself is not flipped.
3FlipXYThe combination of FlipX and FlipY. The base tile itself is not flipped.
4TileThe base tile is drawn and the remaining area is filled by repeating the base tile. The right edge of one tile meets the left edge of the next, and similarly for the bottom and top edges.
Remarks

For more information see System.Windows.Media.TileMode.

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