Height Property (TouchStripItem)
In This Topic
Gets or sets the height.
Syntax
'Declaration
Public Overrides Property Height As Integer
'Usage
Dim instance As TouchStripItem
Dim value As Integer
instance.Height = value
value = instance.Height
public override int Height {get; set;}
Property Value
The height.
Exceptions
Exception | Description |
System.NotSupportedException | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. |
See Also