TiMotor.BaseStyle
TiMotor
Specifies the base style.
type TiMotorBaseStyle = (imbsTrapezoid, imbsFeet);
property BaseStyle : TiMotorBaseStyle;
Description
Set BaseStyle to specify the style of the base of the motor. If BaseShow is set to FALSE, then this property has no visual effect.
These are the possible values:
Value
Meaning
imbsTrapezoid
Trapezoid base. This is a solid-type base.
imbsFeet
Feet base. This base is comprised of two feet.
Example
Delphi
iComponent.BaseStyle := imbsFeet;
C++ Builder
iComponent->BaseStyle = imbsFeet;
Contents | Index | Previous | Next