Skip to main content
All docs
V25.2
  • GradientStop Constructors

    Name Parameters Description
    GradientStop(OfficeColor, Single) color, position Initializes a new instance of the GradientStop class with specified settings.
    GradientStop(SchemeColors, Single) color, position Initializes a new instance of the GradientStop class with specified settings.
    GradientStop(SystemColors, Single) color, position Initializes a new instance of the GradientStop class with specified settings.
    GradientStop(Color, Single) color, position Initializes a new instance of the GradientStop class with specified settings.
    See Also