Property SuggestedWidth
SuggestedWidth
Gets or sets the suggested width of the control.
public double SuggestedWidth { get; set; }
Property Value
Remarks
This property specifies the suggested width of the control. An actual width is calculated by the layout system. Set this property to NaN to specify auto sizing behavior. The value of this property is always the same as the value that was set to it and is not changed by the layout system.