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