PeekSessionCreationOptions.DefaultHeight Property

Definition

The default height, in pixels, for the Peek control. This height will be overridden by presentations which implement IDesiredHeightProvider. If this is <returns>null</returns> 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.

Applies to