'Declaration Public Shadows Property Depth As Single
'Usage Dim instance As XYZPlotArea Dim value As Single instance.Depth = value value = instance.Depth
public new float Depth {get; set;}
'Declaration Public Shadows Property Depth As Single
'Usage Dim instance As XYZPlotArea Dim value As Single instance.Depth = value value = instance.Depth
public new float Depth {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Value is less than or equal to zero or greater than 20. |