Search
Default Values of Object Properties

Each new object created either by the user or programmatically, using CreateArrow, CreateRelation, CreateBox or CreateTable methods, is initialized with some kind of default values. You can set the values of object's properties each time a new object is created. Still it would be more efficient to set the default values once and use them for all subsequently created objects. Below are listed object settings and the corresponding FlowChartX properties through which they are initialized:

Box property

Initialized with

AxControlId

FlowChart.AxControlId

ControlActivation

FlowChart.HostedAxActivation

CustomDraw

FlowChart.BoxCustomDraw

EnableStyledText

FlowChart.EnableStyledText

Expandable

FlowChart.BoxesExpandable

FeedbackColor

FlowChart.FeedbackColor

FeedbackPenStyle

FlowChart.FeedbackPenStyle

FeedbackPenWidth

FlowChart.FeedbackPenWidth

FillColor

FlowChart.BoxFillColor

FillColor2

FlowChart.BoxFillColor2

FillColorAlpha

FlowChart.BoxFillColorAlpha

FillStyle

FlowChart.BoxFillStyle

FrameColor

FlowChart.BoxFrameColor

IncmAnchor

FlowChart.BoxIncmAnchor

OutgAnchor

FlowChart.BoxOutgAnchor

Picture

FlowChart.BoxPicture

PicturePos

FlowChart.BoxPicturePos

SelStyle

FlowChart.BoxSelStyle

Style

FlowChart.BoxStyle

Text

FlowChart.BoxText

TextStyle

FlowChart.TextStyle

WindowFrame

FlowChart.BoxWindowFrame

Table property

Initialized with

Caption

FlowChart.TableCaption

CaptionHeight

FlowChart.TableCaptionHeight

ColumnsCount

FlowChart.TableColumnsCount

default column width

FlowChart.TableColWidth

default row height

FlowChart.TableRowHeight

FillColor

FlowChart.TableFillColor

FillColorAlpha

FlowChart.TableFillColorAlpha

FrameColor

FlowChart.TableFrameColor

RowsCount

FlowChart.TableRowsCount

Scrollable

FlowChart.TablesScrollable

SelStyle

FlowChart.TableSelStyle

Style

FlowChart.TableStyle

Arrow property

Initialized with

ArrowBase

FlowChart.ArrowBase

ArrowBaseSize

FlowChart.ArrowBaseSize

ArrowHead

FlowChart.ArrowHead

ArrowHeadSize

FlowChart.ArrowHeadSize

Color

FlowChart.ArrowColor

Dynamic

FlowChart.DynamicArrows

FillColor

FlowChart.ArrowFillColor

FillColorAlpha

FlowChart.ArrowFillColorAlpha

IntermArrowHead

FlowChart.IntermArrowHead

IntermHeadSize

FlowChart.IntermHeadSize

PrpStartOrientation

FlowChart.PrpArrowStartOrnt

Segments

FlowChart.ArrowSegments

SelStyle

FlowChart.ArrowSelStyle

Style

FlowChart.ArrowStyle

Text

FlowChart.ArrowText

The following properties are used for initialization of all types of objects:

PenStyle property - default for Box.PenStyle, Table.PenStyle and Arrow.PenStyle;

PenWidth property - default for Box.PenWidth, Table.PenWidth and Arrow.PenWidth;

Font property - default for Box.Font, Table.Font and Arrow.Font;

TextColor property - default for Box.TextColor, Table.CaptionColor and Arrow.TextColor;

ShadowOffsetX property - default for Arrow.ShadowOffsetX, Box.ShadowOffsetX, Table.ShadowOffsetX;

ShadowOffsetY property - default for Arrow.ShadowOffsetY, Box.ShadowOffsetY, Table.ShadowOffsetY;