DiagramOptionsView.Theme Property
In This Article
Specifies the current theme.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[DefaultValue(typeof(DiagramTheme), "Office")]
[DiagramCategory(DiagramCategory.Appearance)]
public virtual DiagramTheme Theme { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Diagram |
"Office" | A Diagram |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Theme |
---|---|
Diagram |
|
#Remarks
See the example below.
See Also