Back to Devexpress

BrickStyle Methods

corelibraries-devexpress-dot-xtraprinting-dot-brickstyle-dot-underscore-methods.md

latest8.0 KB
Original Source

BrickStyle Methods

Represents a report drawing style.

NameDescription
ChangeAlignment(TextAlignment)
Clone()Creates a new BrickStyle instance, which is a copy of the current instance.
CreateDefault() staticCreates the BrickStyle instance with the defaul settings.
DeflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle) staticDeflates the specified rectangle by the specified width of the specified borders using the specified border style.
DeflateBorderWidth(RectangleF, BorderSide, Single, Boolean)Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
DeflateBorderWidth(RectangleF, BorderSide, Single) staticDeflates the specified rectangle by the specified width of the specified borders.
DeflateBorderWidth(RectangleF, Single, Boolean)Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
DeflateBorderWidth(RectangleF, Single)Deflates the specified rectangle by the width of borders represented by this brick style.
Dispose()Disposes of the BrickStyle object.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether or not the specified object is equal to the current BrickStyle instance.
GetHashCode()Serves as the default hash function.
GetType()Gets the Type of the current instance. Inherited from Object.
InflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle) staticInflates the specified rectangle by the specified width of specified borders using the specified border style.
InflateBorderWidth(RectangleF, BorderSide, Single) staticInflates the specified rectangle by the specified width of specified borders.
InflateBorderWidth(RectangleF, Single, Boolean, BorderSide)For internal use.
InflateBorderWidth(RectangleF, Single, Boolean)Inflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
InflateBorderWidth(RectangleF, Single)Inflates the specified rectangle by the width of borders represented by this brick style.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ResetBackColor()Resets the BrickStyle.BackColor property value.
ResetBorderColor()Resets the BrickStyle.BackColor property value.
ResetBorderDashStyle()Resets the BrickStyle.BorderDashStyle property value.
ResetBorders()Resets all border settings.
ResetBorderWidth()Resets the BrickStyle.BorderWidth property value.
ResetFont()Resets the BrickStyle.Font property value.
ResetForeColor()Resets the BrickStyle.ForeColor property value.
ResetPadding()Resets the BrickStyle.Padding property value.
ResetTextAlignment()Resets the BrickStyle.TextAlignment property value.
Scale(Single)Rescales the brick style to the specified ratio.
SetAlignment(HorzAlignment, VertAlignment)Sets the brick‘s alignment.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

BrickStyle Class

BrickStyle Members

DevExpress.XtraPrinting Namespace