Infragistics2.Win.v8.1
ThemedElementRegion Property
See Also 
Infragistics.Win Namespace > UIElement Class : ThemedElementRegion Property

Returns the region of this element that themed drawing should be clipped to. The default implementation returns null.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property ThemedElementRegion As Region
C# 
public virtual Region ThemedElementRegion {get;}

See Also