Assembly: Andy;
The IWxStyle interface is used to set format (formatting parameters) for objects.
IWxStyle
Use the IWxStyles interface to work with collection.
Property name | Brief description | |
AdjustMode | The AdjustMode property determines size fitting mode for a shape frame based on the text that is inside the shape. | |
BackgroundBrushBackColor | The BackgroundBrushBackColor property determines pattern color for object background. | |
BackgroundBrushBackTransparent | The BackgroundBrushBackTransparent property determines pattern transparency degree for object background. | |
BackgroundBrushForeColor | The BackgroundBrushForeColor property determines object background color. | |
BackgroundBrushForeTransparent | The BackgroundBrushForeTransparent property determines a transparency degree for an object background. | |
BackgroundBrushPattern | The BackgroundBrushPattern property determines a fill template for an object background. | |
Id | The Id property determines formatting style identifier. | |
IsPrivate | The IsPrivate property determines whether a private style is used. | |
LinePenBeginWxCap | The LinePenBeginWxCap property determines type of a cap at the beginning of a line. | |
LinePenCapSize | The LinePenCapSize property determines size of line caps. | |
LinePenColor | The LinePenColor property determines line color. | |
LinePenDashPattern | The LinePenDashPattern property determines custom line style. | |
LinePenEndWxCap | The LinePenEndWxCap property determines type of cap at the end of a line. | |
LinePenTransparent | The LinePenTransparent property determines line transparency degree. | |
LinePenWidth | The LinePenWidth property determines line width. | |
LinePenWxDashStyle | The LinePenWxDashStyle property determines line style. | |
PictureAlignmentHorizontal | The PictureAlignmentHorizontal property determines horizontal image alignment within a control. | |
PictureAlignmentVertical | The PictureAlignmentVertical property determines vertical image alignment within a control. | |
PictureAutoSize | The PictureAutoSize property fits size of a graphics primitive to the original image size. | |
PictureMarginBottom | The PictureMarginBottom property determines image margin from the lower edge of a control. | |
PictureMarginLeft | The PictureMarginLeft property determines image margin from the left edge of a control. | |
PictureMarginRight | The PictureMarginRight property determines image margin from the right edge of a control. | |
PictureMarginTop | The PictureMarginTop property determines image margin from the upper edge of a control. | |
PictureProportional | The PictureProportional property enables the user to lock aspect ratio of an image when resizing an object. | |
PictureStretch | The PictureStretch property enables the user to stretch an image to the size of a control when resizing an object. | |
PictureTransparent | The PictureTransparent property determines image transparency as a percentage. | |
ShadowBrushBackColor | The ShadowBrushBackColor property determines color for shadow pattern. | |
ShadowBrushBackTransparent | The ShadowBrushBackTransparent property determines transparency degree for shadow pattern. | |
ShadowBrushForeColor | The ShadowBrushForeColor property determines color for shadow background. | |
ShadowBrushForeTransparent | The ShadowBrushForeTransparent property determines transparency degree for shadow background. | |
ShadowBrushPattern | The ShadowBrushPattern property determines a fill template for object shadow. | |
TextAlignmentHorizontal | The TextAlignmentHorizontal property determines horizontal text alignment. | |
TextAlignmentVertical | The TextAlignmentVertical property determines vertical text alignment. | |
TextBackBrushColor | The TextBackBrushColor property determines text background color. | |
TextBackBrushTransparent | The TextBackBrushTransparent property determines transparency degree for text background. | |
TextFontBrushColor | The TextFontBrushColor property determines font color. | |
TextFontBrushTransparent | The TextFontBrushTransparent property determines font transparency degree. | |
TextFontFamilyName | The TextFontFamilyName property determines type of font to be used. | |
TextFontSize | The TextFontSize property determines font size. | |
TextFontStyleBold | The TextFontStyleBold property determines whether to use bold font. | |
TextFontStyleItalic | The TextFontStyleItalic property determines whether to use italic font. | |
TextFontStyleStrikeout | The TextFontStyleStrikeout property determines whether to use strikethrough font. | |
TextFontStyleUnderline | The TextFontStyleUnderline property determines whether to use underline font. | |
TextMarginBottom | The TextMarginBottom property determines text bottom margin. | |
TextMarginLeft | The TextMarginLeft property determines text left margin. | |
TextMarginRight | The TextMarginRight property determines text right margin. | |
TextMarginTop | The TextMarginTop property determines text top margin. | |
TextPosition | The TextPosition property determines the position of text relative to an image used as an object fill. | |
Workspace | The Workspace property returns the owner that is a workspace. |
Property name | Brief description | |
Protection | The Protection property prevents object properties from being changed. |
Method name | Brief description | |
Assign | The Assign method is used to inherit all properties of another style. |
Method name | Brief description | |
BeginUpdate | The BeginUpdate method disables object rerendering. | |
Delete | The Delete method deletes an object. | |
EndUpdate | The EndUpdate method enables object rerendering. |
See also: