'Declaration Public Overrides Property Height As Unit
'Usage Dim instance As FloatingObject Dim value As Unit instance.Height = value value = instance.Height
public override Unit Height {get; set;}
'Declaration Public Overrides Property Height As Unit
'Usage Dim instance As FloatingObject Dim value As Unit instance.Height = value value = instance.Height
public override Unit Height {get; set;}
Exception | Description |
---|---|
System.ArgumentException | if Height unit is not pixel. |
System.ArgumentOutOfRangeException | if Height value is not larger than zero. |