PeekSessionCreationOptions.DefaultHeight 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.
The default height, in pixels, for the Peek control. This height will be overridden by presentations which implement IDesiredHeightProvider. If this is null then the Peek control will attempt to guess an ideal height as a percentage of the view instead of an absolute pixel height.
public:
property Nullable<double> DefaultHeight { Nullable<double> get(); };
public double? DefaultHeight { get; }
member this.DefaultHeight : Nullable<double>
Public ReadOnly Property DefaultHeight As Nullable(Of Double)
Property Value
The default height, in pixels, for the Peek control.