Background
RemoveShapeAttr Method
|
Removes a shape attribute by key.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void RemoveShapeAttr(
int key
)
Public Sub RemoveShapeAttr (
key As Integer
)
public:
virtual void RemoveShapeAttr(
int key
) sealed
abstract RemoveShapeAttr :
key : int -> unit
override RemoveShapeAttr :
key : int -> unit
Parameters
-
key
-
Type:
System
Int32
The key of the shape attribute to remove.
Implements
IShapeAttrSource
RemoveShapeAttr(Int32)
See Also