FixedHeight Property (ImageElement)
In This Topic
Gets or sets the fixed height of the contents, if appropriate. Set to 0 to calculate height dynamically.
Syntax
'Declaration
Public Property FixedHeight As Integer
public int FixedHeight {get; set;}
See Also