Share via


BorderType.Frame Property

Create Frame Effect.Represents the attribte in schema: w:frame

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

Syntax

'Declaration
<SchemaAttrAttribute(, "frame")> _
Public Property Frame As OnOffValue
    Get
    Set
'Usage
Dim instance As BorderType
Dim value As OnOffValue

value = instance.Frame

instance.Frame = value
[SchemaAttrAttribute(, "frame")]
public OnOffValue Frame { get; set; }

Property Value

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

See Also

Reference

BorderType Class

BorderType Members

DocumentFormat.OpenXml.Wordprocessing Namespace