combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyUserDefinedDesignScheme Class
Members


In This Topic
    PropertyUserDefinedDesignScheme Class
    In This Topic

    Used to query or determine the user-defined design scheme.

    Object Model
    PropertyUserDefinedDesignScheme ClassPropertyDesignSchemeColors ClassPropertyDesignSchemeColors Class
    Syntax
    'Declaration
     
    
    Public Class PropertyUserDefinedDesignScheme 
       Inherits DomItem
    public class PropertyUserDefinedDesignScheme : DomItem 
    public ref class PropertyUserDefinedDesignScheme : public DomItem 
    Remarks

    Setting the individual color values is done via the indexed listing of the individual color values in PropertyDesignSchemeColors and must have a string with the content RGB(r, g, b):

    r = intensity of the red color

    g = intensity of the green color

    b = intensity of the blue color

    Inheritance Hierarchy

    System.Object
       combit.Reporting.Dom.DomItem
          combit.Reporting.Dom.PropertyUserDefinedDesignScheme

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also