FrameworkElement.MinHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property double MinHeight { double get(); void set(double value); };
double MinHeight();
void MinHeight(double value);
public double MinHeight { get; set; }
var double = frameworkElement.minHeight;
frameworkElement.minHeight = double;
Public Property MinHeight As Double
Property Value
double