次の方法で共有


Shape.ClipToWrap Property

Clip to Wrapping Polygon.Represents the attribte in schema: o:cliptowrap

Namespace: DocumentFormat.OpenXml.Vml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "cliptowrap")> _
Public Property ClipToWrap As TrueFalseValue
    Get
    Set
'使用
Dim instance As Shape
Dim value As TrueFalseValue

value = instance.ClipToWrap

instance.ClipToWrap = value
[SchemaAttrAttribute(, "cliptowrap")]
public TrueFalseValue ClipToWrap { get; set; }

Property Value

Type: DocumentFormat.OpenXml.TrueFalseValue
Returns EnumValue<T>.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Vml Namespace