OuterShadow.RotateWithShape Property
Rotate With Shape.Represents the attribte in schema: rotWithShape
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "rotWithShape")> _
Public Property RotateWithShape As BooleanValue
Get
Set
'使用
Dim instance As OuterShadow
Dim value As BooleanValue
value = instance.RotateWithShape
instance.RotateWithShape = value
[SchemaAttrAttribute(, "rotWithShape")]
public BooleanValue RotateWithShape { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies whether the shadow should rotate with the shape if the shape is rotated.
The possible values for this attribute are defined by the XML Schema boolean datatype.