Search Results for

    Show / Hide Table of Contents

    Class ColorProperty

    Represents a Document property.

    Inheritance
    Object
    Property
    ColorProperty
    ColorWithDescriptionProperty
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: TopSolid.Kernel.Automating
    Assembly: cs.temp.dll.dll
    Syntax
    [AvailableSinceVersion(7, 18, 0, 0)]
    public class ColorProperty : Property
    Remarks

    This class is available since v7.17.

    Constructors

    ColorProperty()

    Initializes a new instance of the DocumentProperty class.

    Declaration
    public ColorProperty()

    ColorProperty(Byte, Byte, Byte)

    Initializes a new instance of the DocumentProperty class.

    Declaration
    public ColorProperty(byte rValue, byte gValue, byte bValue)
    Parameters
    Type Name Description
    Byte rValue

    Value for red.

    Byte gValue

    Value for red.

    Byte bValue

    Value for red.

    ColorProperty(Color)

    Initializes a new instance of the DocumentProperty class.

    Declaration
    public ColorProperty(Color inValue)
    Parameters
    Type Name Description
    Color inValue

    Value

    ColorProperty(Color)

    Initializes a new instance of the DocumentProperty class.

    Declaration
    public ColorProperty(Color inColor)
    Parameters
    Type Name Description
    Color inColor

    Value for color.

    Fields

    Value

    The value

    Declaration
    public Color Value
    Field Value
    Type Description
    Color

    Properties

    Type

    Gets the property type.

    Declaration
    public override PropertyType Type { get; }
    Property Value
    Type Description
    PropertyType
    Overrides
    Property.Type
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.