Label.RenderTransparent プロパティ

定義

注意事項

This property has been deprecated. Use BackColor instead. http://go.microsoft.com/fwlink/?linkid=14202

注意事項

This property has been deprecated. Use BackColor instead. https://go.microsoft.com/fwlink/?linkid=14202

コンテナー コントロールの背景が Label 上に描画されているかどうかを示します。

protected:
 virtual property bool RenderTransparent { bool get(); void set(bool value); };
protected virtual bool RenderTransparent { get; set; }
[System.Obsolete("This property has been deprecated. Use BackColor instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool RenderTransparent { get; set; }
[System.Obsolete("This property has been deprecated. Use BackColor instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
protected virtual bool RenderTransparent { get; set; }
member this.RenderTransparent : bool with get, set
[<System.Obsolete("This property has been deprecated. Use BackColor instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RenderTransparent : bool with get, set
[<System.Obsolete("This property has been deprecated. Use BackColor instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.RenderTransparent : bool with get, set
Protected Overridable Property RenderTransparent As Boolean

プロパティ値

Boolean

Label コントロールのコンテナーの背景が Label 上に描画されている場合は true。それ以外の場合は false。 既定値は、false です。

属性

注釈

継承 Label 元のクラスは、このメソッドをオーバーライドして、派生コントロールの背景がコントロールが描画されるフォームに透過的にレンダリングされるかどうかを判断できます。

適用対象