Show / Hide Table of Contents

    Property BackColor

    BackColor

    Gibt die Hintergrund-Farbe des Controls an. Über den Alpha-Kanal (Transparenz-Wert) der Farbe kann die Transparenz des Controls gesteuert werden.

    Declaration
    [DocfxBrowsable]
    [ControlStylesBrowsable(true)]
    public Color? BackColor { get; set; }
    Property Value
    Nullable<Color>
    Back to top Generated by DocFX