Skip to main content

BaseScaleAppearance Constructors

Provides appearance settings used to paint scales.
Name Parameters Description
BaseScaleAppearance() none Initializes a new instance of the BaseScaleAppearance class.
BaseScaleAppearance(BaseScaleAppearance) appearance Initializes a new instance of the BaseScaleAppearance class by copying settings of the specified BaseScaleAppearance object.
BaseScaleAppearance(BrushObject, BrushObject) border, content Initializes a new instance of the BaseScaleAppearance class with the specified brush.
See Also