PlatformConfiguration\WindowsSpecific\FlyoutPage.cs (8)
31 public static CollapseStyle GetCollapseStyle(this IPlatformElementConfiguration<Windows, FormsElement> config)
37 public static IPlatformElementConfiguration<Windows, FormsElement> SetCollapseStyle(
38 this IPlatformElementConfiguration<Windows, FormsElement> config, CollapseStyle value)
45 public static IPlatformElementConfiguration<Windows, FormsElement> UsePartialCollapse(
46 this IPlatformElementConfiguration<Windows, FormsElement> config)
74 public static double CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, FormsElement> config)
80 public static IPlatformElementConfiguration<Windows, FormsElement> CollapsedPaneWidth(
81 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
PlatformConfiguration\WindowsSpecific\TabbedPage.cs (9)
35 public static bool GetHeaderIconsEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config)
41 public static IPlatformElementConfiguration<Windows, FormsElement> SetHeaderIconsEnabled(
42 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
49 public static bool IsHeaderIconsEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config)
55 public static void EnableHeaderIcons(this IPlatformElementConfiguration<Windows, FormsElement> config)
61 public static void DisableHeaderIcons(this IPlatformElementConfiguration<Windows, FormsElement> config)
79 public static Size GetHeaderIconsSize(this IPlatformElementConfiguration<Windows, FormsElement> config)
85 public static IPlatformElementConfiguration<Windows, FormsElement> SetHeaderIconsSize(
86 this IPlatformElementConfiguration<Windows, FormsElement> config, Size value)
PlatformConfiguration\WindowsSpecific\VisualElement.cs (15)
38 public static string GetAccessKey(this IPlatformElementConfiguration<Windows, FormsElement> config)
44 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKey(
45 this IPlatformElementConfiguration<Windows, FormsElement> config, string value)
62 public static AccessKeyPlacement GetAccessKeyPlacement(this IPlatformElementConfiguration<Windows, FormsElement> config)
68 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyPlacement(
69 this IPlatformElementConfiguration<Windows, FormsElement> config, AccessKeyPlacement value)
85 public static double GetAccessKeyHorizontalOffset(this IPlatformElementConfiguration<Windows, FormsElement> config)
90 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyHorizontalOffset(
91 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
107 public static double GetAccessKeyVerticalOffset(this IPlatformElementConfiguration<Windows, FormsElement> config)
112 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyVerticalOffset(
113 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
138 public static bool GetIsLegacyColorModeEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config)
144 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsLegacyColorModeEnabled(
145 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)