BevelType.Preset Property

Preset Bevel.Represents the attribte in schema: prst

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

Syntax

'Declaration
<SchemaAttrAttribute(, "prst")> _
Public Property Preset As EnumValue(Of BevelPresetValues)
    Get
    Set
'Usage
Dim instance As BevelType
Dim value As EnumValue(Of BevelPresetValues)

value = instance.Preset

instance.Preset = value
[SchemaAttrAttribute(, "prst")]
public EnumValue<BevelPresetValues> Preset { get; set; }

Property Value

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

See Also

Reference

BevelType Class

BevelType Members

DocumentFormat.OpenXml.Drawing Namespace