Skip to content

TTMSFNCBloxBlock

Properties

Property name Description
Alignment Alignment property to specify the horizontal alignment for the block text
Angle The angle of the block in degrees
Bottom A readonly property to get the bottom coordinate of the block, in Blox coordinates
BoundsRect BoundsRect property contains information about the block position: top and left coordinates, width and height of the block
ClipText When ClipText property is True, the text drawn in the block is restricted to its shape (more specifically, to the clipping region specified by GetBlockClipRegion method). If ClipText is False, the text is not clipped
Drawer Exposes an instance for a TMSFNCBloxBlockDrawerEx class to help in the drawing of the block
Fill Fill property contains information about block background appearance
Handles Contains information about the handles of the element
Height Use the Height property to read or change height of the block
Id Contains the ID of the Blox element, as specified in the Blox element registering procedure (TTMSFNCBloxControl.RegisterElements method and TTMSFNCBloxControl.OnRegisterElements event-)
Left Specifies the left coordinate of block, in Blox coordinates
LinkPoints Contains information about the link points of the element
MinHeight MinHeight property specifies the minimum height allowed for the block. The user will not be able to resize a block with a lower height than indicated by MinHeight property
MinWidth MinWidth property specifies the minimum width allowed for the block. The user will not be able to resize a block with a lower width than indicated by MinWidth property
Picture The Picture property contains the background picture of the block. If Picture property is empty, no picture is displayed.
PictureMode PictureMode defines the way the picture is rendered inside the element shape
Right A readonly property to get the right coordinate of the block, in Blox coordinates
RotationCenter The position on which the block rotates
RotationStep RotationStep contains the step, in degrees, used for block rotation while end-user is rotating the block. Default step is 5. You can set higher steps (30, 45, 90 for example) to only allow specific positions while rotating the block
Shadow Shadow property contains information about block shadow. By using TTMSFNCBlockShadow object, you can set shadow visibility, position and color
Shape Specifies the Shape of the block
Strings Use Strings property to read/write the text displayed by the block
Stroke Use the Stroke property to change the border of the element
TextCells TextCells property holds the collection of text cells of the element
Top Specifies the top coordinate of block, in Blox coordinates
VertAlign VertAlign property specifies the vertical alignment for the block text
Width Use the Height property to read or change height of the block
WordWrap Use WordWrap property to specify if block text will be wrapped or not