17 references to PopupButtonMetric
System.Windows.Forms (17)
System\Windows\Forms\Rendering\Button\PopupButtonRenderOptions.cs (17)
11/// All geometric magnitudes are expressed as <see cref="PopupButtonMetric"/> values and only resolved to 27public PopupButtonMetric CornerRadius { get; set; } = PopupButtonMetric.Medium; 32public PopupButtonMetric ConcavityDepth { get; set; } = PopupButtonMetric.Medium; 37public PopupButtonMetric HighlightStrength { get; set; } = PopupButtonMetric.Medium; 42public PopupButtonMetric ShadowStrength { get; set; } = PopupButtonMetric.Medium; 55PopupButtonMetric.Small => 4f, 56PopupButtonMetric.Large => 9f, 66PopupButtonMetric.Small => 0.07f, 67PopupButtonMetric.Large => 0.17f, 77PopupButtonMetric.Small => 0.6f, 78PopupButtonMetric.Large => 1.5f, 88PopupButtonMetric.Small => 0.6f, 89PopupButtonMetric.Large => 1.5f,