Get or set whether vertical random displacement is allowed for the terrain's borders too.
This property is meaningful only when the
VerticalDisplacement
is non zero.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool BordersDisplacement { get; set; } |
Visual Basic |
---|
Public Property BordersDisplacement As Boolean
Get
Set |
JScript |
---|
function get BordersDisplacement () : boolean
function set BordersDisplacement (value : boolean) |
See Also