Attached Properties
Version:
v9.x
Attached properties are properties that are defined on a type but are intended to be used with instances of other types. In FmgLib.MauiMarkup
, attached properties are matched with attached property fluent methods, allowing you to set their values in a more readable and fluent manner.
For example, if you want to set the AbsoluteLayout.LayoutBounds
attached property on a Border object, you would create an instance of Border and then use the AbsoluteLayoutBounds
fluent method to set its value, like this:
new Border().AbsoluteLayoutBounds(new Rect(100, 100, 200, 200));
This would set the AbsoluteLayout.LayoutBounds
attached property to the specified rectangle value on the Border
object.
Attached properties list
Maui bağlı özelliği | FmgLib.MauiMarkup metodu |
---|---|
FlyoutBase.ContextFlyout |
ContextFlyout() |
Grid.Column |
Column() |
Grid.Row |
Row() |
Grid.ColumnSpan |
ColumnSpan() |
Grid.RowSpan |
RowSpan() |
Grid.ColumnSpan +Grid.RowSpan |
Span(column, row) |
VisualStateManager.VisualStateGroups |
VisualStateGroups() |
RadioButtonGroup.GroupName |
RadioButtonGroupGroupName() |
RadioButtonGroup.SelectedValue |
RadioButtonGroupSelectedValue() |
AbsoluteLayout.LayoutFlags |
AbsoluteLayoutFlags() |
AbsoluteLayout.LayoutBounds |
AbsoluteLayoutBounds() |
BindableLayout.EmptyView |
BindableLayoutEmptyView() |
BindableLayout.EmptyViewTemplate |
BindableLayoutEmptyViewTemplate() |
BindableLayout.ItemsSource |
BindableLayoutItemsSource() |
BindableLayout.ItemTemplate |
BindableLayoutItemTemplate() |
BindableLayout.TemplateSelector |
BindableItemTemplateSelector() |
Shell.PresentationMode |
ShellPresentationMode() |
Shell.BackgroundColor |
ShellBackgroundColor() |
Shell.ForegroundColor |
ShellForegroundColor() |
Shell.TitleColor |
ShellTitleColor() |
Shell.DisabledColor |
ShellDisabledColor() |
Shell.UnselectedColor |
ShellUnselectedColor() |
Shell.NavBarHasShadow |
ShellNavBarHasShadow() |
Shell.NavBarIsVisible |
ShellNavBarIsVisible() |
Shell.TitleView |
ShellTitleView() |
Shell.TabBarBackgroundColor |
ShellTabBarBackgroundColor() |
Shell.TabBarForegroundColor |
ShellTabBarForegroundColor() |
Shell.TabBarTitleColor |
ShellTabBarTitleColor() |
Shell.TabBarDisabledColor |
ShellTabBarDisabledColor() |
Shell.TabBarUnselectedColor |
ShellTabBarUnselectedColor() |
Shell.TabBarIsVisible |
ShellTabBarIsVisible() |
Shell.FlyoutBackdrop |
ShellFlyoutBackdrop() |
Shell.FlyoutBehavior |
ShellFlyoutBehavior() |
Shell.FlyoutHeight |
ShellFlyoutHeight() |
Shell.FlyoutWidth |
ShellFlyoutWidth() |
Shell.FlyoutItemIsVisible |
ShellFlyoutItemIsVisible() |
Shell.BackButtonBehavior |
ShellBackButtonBehavior() |
Shell.ItemTemplate |
ShellItemTemplate() |
Shell.MenuItemTemplate |
ShellMenuItemTemplate() |
Shell.SearchHandler |
ShellSearchHandler() |
NavigationPage.HasNavigationBar |
NavigationPageHasNavigationBar() |
NavigationPage.BackButtonTitle |
NavigationPageBackButtonTitle() |
NavigationPage.HasBackButton |
NavigationPageHasBackButton() |
NavigationPage.IconColor |
NavigationPageIconColor() |
NavigationPage.TitleIconImageSource |
NavigationPageTitleIconImageSource() |
NavigationPage.TitleView |
NavigationPageTitleView() |
SemanticProperties.Hint |
SemanticHint() |
SemanticProperties.Description |
SemanticDescription() |
SemanticProperties.HeadingLevel |
SemanticHeadingLevel() |
AutomationProperties.ExcludedWithChildren |
AutomationExcludedWithChildren() |
AutomationProperties.IsInAccessibleTree |
AutomationIsInAccessibleTree() |
AutomationProperties.Name |
AutomationName() |
AutomationProperties.HelpText |
AutomationHelpText() |
AutomationProperties.LabeledBy |
AutomationLabeledBy() |
ToolTipProperties.Text |
ToolTipPropertiesText() |