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
27
public
PopupButtonMetric
CornerRadius { get; set; } =
PopupButtonMetric
.Medium;
32
public
PopupButtonMetric
ConcavityDepth { get; set; } =
PopupButtonMetric
.Medium;
37
public
PopupButtonMetric
HighlightStrength { get; set; } =
PopupButtonMetric
.Medium;
42
public
PopupButtonMetric
ShadowStrength { get; set; } =
PopupButtonMetric
.Medium;
55
PopupButtonMetric
.Small => 4f,
56
PopupButtonMetric
.Large => 9f,
66
PopupButtonMetric
.Small => 0.07f,
67
PopupButtonMetric
.Large => 0.17f,
77
PopupButtonMetric
.Small => 0.6f,
78
PopupButtonMetric
.Large => 1.5f,
88
PopupButtonMetric
.Small => 0.6f,
89
PopupButtonMetric
.Large => 1.5f,