Share via


FrameProperties.Width Property

Frame Width.Represents the attribte in schema: w:w

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

Syntax

'Declaration
<SchemaAttrAttribute(, "w")> _
Public Property Width As StringValue
    Get
    Set
'Usage
Dim instance As FrameProperties
Dim value As StringValue

value = instance.Width

instance.Width = value
[SchemaAttrAttribute(, "w")]
public StringValue Width { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns UInt64Value.

See Also

Reference

FrameProperties Class

FrameProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace