Skip to main content
All docs
V25.2
  • Shape3DSettings.PresetMaterial Property

    Gets or sets the preset material of a 3D shape.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public PresetMaterialType PresetMaterial { get; set; }

    Property Value

    Type Description
    PresetMaterialType

    The preset material of a 3D shape.

    Available values:

    Show 16 items
    Name Description Image
    None

    None of the preset materials are used.

    LegacyMatte

    LegacyMatte preset material is used.

    Presentation API - Preset material - LegacyMatte

    LegacyPlastic

    LegacyPlastic preset material is used.

    Presentation API - Preset material - LegacyPlastic

    LegacyMetal

    LegacyMetal preset material is used.

    Presentation API - Preset material - LegacyMetal

    LegacyWireframe

    LegacyWireframe preset material is used.

    Presentation API - Preset material - LegacyWireframe

    Matte

    Matte preset material is used.

    Presentation API - Preset material - Matte

    Plastic

    Plastic preset material is used.

    Presentation API - Preset material - Plastic

    Metal

    Metal preset material is used.

    Presentation API - Preset material - Metal

    WarmMatte

    WarmMatte preset material is used.

    Presentation API - Preset material - WarmMatte

    TranslucentPowder

    TranslucentPowder preset material is used.

    Presentation API - Preset material - TranslucentPowder

    Powder

    Powder preset material is used.

    Presentation API - Preset material - Powder

    DarkEdge

    DarkEdge preset material is used.

    Presentation API - Preset material - DarkEdge

    SoftEdge

    SoftEdge preset material is used.

    Presentation API - Preset material - SoftEdge

    Clear

    Clear preset material is used.

    Presentation API - Preset material - Clear

    Flat

    Flat preset material is used.

    Presentation API - Preset material - Flat

    SoftMetal

    SoftMetal preset material is used.

    Presentation API - Preset material - SoftMetal

    See Also