| 
Background
FetchInheritedShapeAttr Method
  | 
 Fetches the inherited shape attribute for the specified key.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public Object FetchInheritedShapeAttr(
	int key
)
 
Public Function FetchInheritedShapeAttr ( 
	key As Integer
) As Object
 
public:
virtual Object^ FetchInheritedShapeAttr(
	int key
) sealed
 
abstract FetchInheritedShapeAttr : 
key : int -> Object 
override FetchInheritedShapeAttr : 
key : int -> Object 
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
System
Int32
 
 The key of the attribute to fetch.
Return Value
 
 Type:
 
Object
 
 The inherited shape attribute, or null if not found.
 
Implements
 
IShapeAttrSource
FetchInheritedShapeAttr(Int32)
 
 
 See Also
See Also