Click or drag to resize

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
public Object FetchInheritedShapeAttr(
	int key
)

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