'Declaration Public Function New( _
ByVal textAppearanceThe text appearance.As TextAppearance, _
ByVal shapeAppearanceThe shape appearance.As ShapeAppearance _
)
public TextShapeAppearance(
TextAppearance textAppearance,
ShapeAppearance shapeAppearance
)
public: TextShapeAppearance(
TextAppearance* textAppearance,
ShapeAppearance* shapeAppearance
)
public:
TextShapeAppearance(
TextAppearance^ textAppearance,
ShapeAppearance^ shapeAppearance
)
Parameters
- textAppearance
- The text appearance.
- shapeAppearance
- The shape appearance.