BaseShapeAppearance Constructors
Provides appearance settings used to paint various shapes.| Name | Parameters | Description |
|---|---|---|
| BaseShapeAppearance() | none | Initializes a new instance of the BaseShapeAppearance class. |
| BaseShapeAppearance(BaseShapeAppearance) | appearance | Initializes a new instance of the BaseShapeAppearance class by copying settings of the specified BaseShapeAppearance object. |
| BaseShapeAppearance(BrushObject, BrushObject) | border, content | Initializes a new instance of the BaseShapeAppearance class with the specified brushes. |
See Also