Skip to main content

PrintBrickStyle Members

Contains appearance settings of printed bricks (elements).

Constructors

Name Description
PrintBrickStyle() Initializes a new instance of the PrintBrickStyle class.

Properties

Name Description
Background Gets or set the background color of the printed brick.
BorderColor Gets or set the border color of the printed brick.
BorderThickness Gets or set the border thickness of the printed brick.
FontFamily Gets or set the font family of the printed brick.
FontSize Gets or set the font size of the printed brick.
FontStyle Gets or set the font style of the printed brick.
FontWeight Gets or set the font weight of the printed brick.
Foreground Gets or set the foreground color of the printed brick.
HorizontalContentAlignment Gets or set the horizontal alignment of the printed brick.
Padding Gets or set paddings of the printed brick.
VerticalContentAlignment Gets or set the vertical alignment of the printed brick.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also