Version

TextureBrush Class Members

The following tables list the members exposed by TextureBrush.

Public Constructors
 NameDescription
Public ConstructorTextureBrush ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyAngleGets or sets the rotation angle.  
Public PropertyImageGets or sets a Image object to fill interiors with.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyOffsetXGets or sets X-component of the offset.  
Public PropertyOffsetYGets or sets Y-component of the offset.  
Public PropertyScaleXGets or sets the scale factor in X-direction.  
Public PropertyScaleYGets or sets the scale factor in Y-direction.  
Public PropertyTypeOverridden. Gets the BrushType of this brush.  
Public Methods
 NameDescription
Public MethodCloneOverridden. Returns a copy of the brush.  
Public MethodSealOverridden. Makes the instance immutable. Any attempts to modify properties or members will result in an exception.  
Public MethodSetBoundsOverridden. Bounds this brush and creates a correspondent direct brush.  
See Also

View on GitHub