Frame.NoResizeAllowed Property

Frame Cannot Be Resized.Represents the element tag in schema: w:noResizeAllowed

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

Syntax

'Declaration
Public Property NoResizeAllowed As NoResizeAllowed
    Get
    Set
'Usage
Dim instance As Frame
Dim value As NoResizeAllowed

value = instance.NoResizeAllowed

instance.NoResizeAllowed = value
public NoResizeAllowed NoResizeAllowed { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.NoResizeAllowed
Returns NoResizeAllowed.

See Also

Reference

Frame Class

Frame Members

DocumentFormat.OpenXml.Wordprocessing Namespace