ChangeAlignment(TextAlignment)
|
|
Clone()
|
Creates a new BrickStyle instance, which is a copy of the current instance.
|
CreateDefault()
static
|
Creates the BrickStyle instance with the defaul settings.
|
DeflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle)
static
|
Deflates 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)
static
|
Deflates 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)
static
|
Determines whether the specified object instances are considered equal.
|
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.
|
InflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle)
static
|
Inflates the specified rectangle by the specified width of specified borders using the specified border style.
|
InflateBorderWidth(RectangleF, BorderSide, Single)
static
|
Inflates 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()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
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.
|