IVZControlStyle

Assembly: Visualizators;

Description

The IVZControlStyle interface is used to work with controls style.

Inheritance Hierarchy

IVZControlStyle

Comments

This interface is basic for the following interfaces:

The IVZPlacedControlBase.Style property can be used to get control style parameters.

Properties

  Property name Brief description
Background

The Background property determines control background.
BorderPen

The BorderPen property determines border style of control.
BorderRadius

The BorderRadius property determines element corner rounding radius.
Font

The Font property determines text font of control.
FontColor

The FontColor property determines color of control text font.
FontShadowColor

The FontShadowColor property determines color of control text shadow.

Margin

The Margin property determines margins of a control.
Padding

The Padding property determines paddings of a control.

Methods

  Method name Brief description
GetBackground

The GetBackground method returns the brush that sets control background for selected state.
GetBorderPen

The GetBorderPen method returns the pen that sets style of control borders for selected state.
SetBackground

The SetBackground method determines the brush that sets control background for selected state.
SetBorderPen

The SetBorderPen method determines the pen that sets border style of control for selected state.

See also:

Visualizators Assembly Interfaces