Get or set whether the plot area is built as the downward complementary filling of the plot. This property is meaningful only for is the IsAreaPlot is set to true.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public bool IsDownwardArea { get; set; }
Visual Basic
Public Property IsDownwardArea As Boolean
	Get
	Set
JScript
function get IsDownwardArea () : boolean
function set IsDownwardArea (value : boolean)

Collapse imageSee Also