ActiveRegionRegion Property |
Define a graphic path
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public GraphicsPath Region { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property Region As GraphicsPath
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property GraphicsPath^ Region {
GraphicsPath^ get ();
void set (GraphicsPath^ value);
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member Region : GraphicsPath with get, set
Property Value
Type:
GraphicsPath
See Also