Skip to main content
A newer version of this page is available. .

VisualBrick Properties

A visual brick that is rendered on a page as a simple rectangle and the base for all other visual bricks.
Name Description
AnchorName Gets or sets an anchor name assigned to the Brick object. Inherited from Brick.
BackColor Defines the background color for the current VisualBrick.
BookmarkInfo Gets an object containing information about the bookmark for this VisualBrick.
BorderColor Defines the border color for the current VisualBrick.
BorderDashStyle Specifies the dash style for the brick’s border.
BorderStyle Gets or sets the border style of a brick.
BorderWidth Specifies the border width of the current VisualBrick object.
BrickOwner Gets the owner of this brick.
Bricks Gets a collection of bricks which are contained in this Brick. Inherited from Brick.
BrickType Gets the text string, containing the brick type information.
CanPublish Specifies whether or not a brick is displayed in a printed or exported document. Inherited from BrickBase.
HasCrossReference For internal use. Intended to support exporting bricks to some formats. Inherited from Brick.
Hint Defines the text displayed as the current brick hint.
ID Identifies the current brick. Inherited from Brick.
IsVisible Specifies the visibility of Brick. Inherited from Brick.
Location Defines the current brick’s location, in GraphicsUnit.Document measurement units. Inherited from BrickBase.
Modifier Specifies the page area for displaying a specific brick. Inherited from BrickBase.
NavigationBrickIndices Gets a string value, which is intended for serialization of the brick’s bookmark.
NavigationPageIndex Gets an index of a page, which contains a bookmark’s brick.
NavigationPair Provides access to the brick-page pair, associated with the current brick.
NoClip Specifies whether or not a brick’s bounds can be clipped. Inherited from BrickBase.
Padding Gets or sets the padding values of a brick.
Parent Obsolete. Gets or sets the parent document band for the current brick. Inherited from Brick.
Printed Obsolete. Specifies whether the current brick will be printed. Inherited from BrickBase.
PrintingSystem Gets or sets the Printing System used to create and print this brick.
Rect Defines the current brick’s location and size, in GraphicsUnit.Document measurement units. Inherited from Brick.
RepeatForVerticallySplitContent Specifies whether to repeat a brick for a content that is split across multiple pages vertically. Inherited from BrickBase.
RightToLeftLayout For internal use.
Separable Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated. Inherited from Brick.
SeparableHorz Determines whether the current brick can be divided into several parts horizontally.
SeparableVert Determines whether the current brick can be divided into several parts vertically.
Sides Defines the border settings for the current VisualBrick.
Size Defines the current brick’s size, in GraphicsUnit.Document measurement units. Inherited from BrickBase.
StoredId For internal use. Inherited from BrickBase.
Style Gets or sets the BrickStyle instance used to render a brick in an appropriate format.
Target Gets or sets the target attribute assigned to this Brick and used when a Brick.Url property is specified. Inherited from Brick.
Text Gets or sets the text associated with the VisualBrick.
TextValue Specifies the original value for the VisualBrick.
TextValueFormatString Specifies the format string applied to the visual brick’s TextValue.
Url Specifies the link to an external resource. Inherited from Brick.
UseTextAsDefaultHint Specifies whether the brick hint’s content corresponds to the brick’s text.
Value Gets or sets an object, containing additional information on the current brick. Inherited from Brick.
XlsxFormatString Specifies the native XLSX format string, to accompany the VisualBrick instance.
See Also