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 bool CascadeInputTransparent { get; set; }
member this.CascadeInputTransparent : bool with get, set

Property Value

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

Applies to