Share via


Layout.CascadeInputTransparent Property

Definition

Gets or sets a value that controls whether child elements inherit the input transparency of this layout when the tranparency is true.

public:
 property bool CascadeInputTransparent { bool get(); void set(bool value); };
public bool CascadeInputTransparent { get; set; }
member this.CascadeInputTransparent : bool with get, set
Public Property CascadeInputTransparent As Boolean

Property Value

true to cause child elements to inherit the input transparency of this layout, when this layout's InputTransparent property is true. false to cause child elements to ignore the input tranparency of this layout.

Applies to