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

UserPageBrick Properties

An object implementing the IBrick interface that is drawn using the IBrickGraphics.DrawBrick method.
Name Description
Alignment Gets or sets the alignment of brick within the page layout rectangle.
AnchorName Gets or sets an anchor name assigned to the Brick object. Inherited from 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.
DrillDownKey For internal use. Inherited from Brick.
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. Inherited from Brick.
ID Identifies the current brick. Inherited from Brick.
IsVisible Specifies the visibility of Brick. Inherited from Brick.
LineAlignment Gets or sets the brick alignment related to the top of the parent area.
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.
NoClip Specifies whether or not a brick’s bounds can be clipped. Inherited from BrickBase.
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. Inherited from 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. Inherited from BrickBase.
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 Override this property to get or set the setting specifying whether the brick can be split horizontally on repagination. Inherited from Brick.
SeparableVert Override this property to get or set the setting specifying whether the brick can be split vertically on repagination. Inherited from Brick.
Size Defines the current brick’s size, in GraphicsUnit.Document measurement units. Inherited from BrickBase.
StoredId For internal use. Inherited from BrickBase.
Target Gets or sets the target attribute assigned to this Brick and used when a Brick.Url property is specified. Inherited from Brick.
Url Specifies the link to an external resource. Inherited from Brick.
UserBrick Gets a user implementation of the IBrick interface drawn via the IBrickGraphics.DrawBrick method. Inherited from UserVisualBrick.
Value Gets or sets an object, containing additional information on the current brick. Inherited from Brick.
See Also