Get Visio Shape Inherit Chars
Contents
[
Hide
]
Retrieve Inherited Font Data of a Visio Shape
The Visio shapes can inherit the parent style and the master shape. Developers may get or set the inherit font data of a Visio shape. The InheritLine property, exposed by the Shape class, contains the line formatting values for the shape inherit by the parent style and the master shape.
Retrieve Inherited Font Data Programming Sample
The following code snippet retrieves the inherited font data of the shape. Please check this sample code: