Get or set the ImageSource used for automatic generation of the
terrain. The property VerticalDisplacement should be non zero.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public virtual ImageSource HeightMap { get; set; } |
| Visual Basic |
|---|
Public Overridable Property HeightMap As ImageSource Get Set |
| JScript |
|---|
function get HeightMap () : ImageSource function set HeightMap (value : ImageSource) |