UI Tookit UI Tookit
UI Tookit UI Tookit
DocFX + Singulink = ♥

Search Results for

    Class DirectionalFontImageSource

    A FontImageSource that displays an IIconGlyph using the glyph for a given FlowDirection. Image sources are not visual elements and have no effective flow direction of their own, so the direction must be set (typically bound to the flow direction of the page or the hosting element).

    Inheritance
    object
    BindableObject
    Element
    ImageSource
    FontImageSource
    DirectionalFontImageSource
    Implements
    INotifyPropertyChanged
    IElementController
    IVisualTreeElement
    IEffectControlProvider
    IToolTipElement
    IContextFlyoutElement
    IElement
    IFontImageSource
    IImageSource
    Inherited Members
    FontImageSource.ColorProperty
    FontImageSource.FontFamilyProperty
    FontImageSource.GlyphProperty
    FontImageSource.SizeProperty
    FontImageSource.FontAutoScalingEnabledProperty
    FontImageSource.IsEmpty
    FontImageSource.Color
    FontImageSource.FontFamily
    FontImageSource.Glyph
    FontImageSource.Size
    FontImageSource.FontAutoScalingEnabled
    FontImageSource.IFontImageSource.Font
    ImageSource.IsNullOrEmpty(ImageSource)
    ImageSource.Cancel()
    ImageSource.FromFile(string)
    ImageSource.FromResource(string, Type)
    ImageSource.FromResource(string, Assembly)
    ImageSource.FromStream(Func<Stream>)
    ImageSource.FromStream(Func<CancellationToken, Task<Stream>>)
    ImageSource.FromUri(Uri)
    ImageSource.OnSourceChanged()
    Element.AutomationIdProperty
    Element.ClassIdProperty
    Element.InsertLogicalChild(int, Element)
    Element.AddLogicalChild(Element)
    Element.RemoveLogicalChild(Element)
    Element.ClearLogicalChildren()
    Element.IElementController.SetValueFromRenderer(BindableProperty, object)
    Element.FindByName(string)
    Element.RemoveDynamicResource(BindableProperty)
    Element.SetDynamicResource(BindableProperty, string)
    Element.IVisualTreeElement.GetVisualChildren()
    Element.IVisualTreeElement.GetVisualParent()
    Element.OnBindingContextChanged()
    Element.OnChildAdded(Element)
    Element.OnChildRemoved(Element, int)
    Element.OnParentSet()
    Element.OnPropertyChanged(string)
    Element.IElementController.Descendants()
    Element.OnParentChanging(ParentChangingEventArgs)
    Element.OnParentChanged()
    Element.OnHandlerChanging(HandlerChangingEventArgs)
    Element.OnHandlerChanged()
    Element.IEffectControlProvider.RegisterEffect(Effect)
    Element.MapAutomationPropertiesIsInAccessibleTree(IElementHandler, Element)
    Element.MapAutomationPropertiesExcludedWithChildren(IElementHandler, Element)
    Element.AutomationId
    Element.ClassId
    Element.Effects
    Element.Id
    Element.StyleId
    Element.IElementController.LogicalChildren
    Element.Parent
    Element.IElement.Parent
    Element.Handler
    Element.IToolTipElement.ToolTip
    Element.IContextFlyoutElement.ContextFlyout
    Element.ChildAdded
    Element.ChildRemoved
    Element.DescendantAdded
    Element.DescendantRemoved
    Element.ParentChanging
    Element.ParentChanged
    Element.HandlerChanging
    Element.HandlerChanged
    BindableObject.BindingContextProperty
    BindableObject.ClearValue(BindableProperty)
    BindableObject.ClearValue(BindablePropertyKey)
    BindableObject.GetValue(BindableProperty)
    BindableObject.IsSet(BindableProperty)
    BindableObject.RemoveBinding(BindableProperty)
    BindableObject.SetBinding(BindableProperty, BindingBase)
    BindableObject.ApplyBindings()
    BindableObject.OnPropertyChanging(string)
    BindableObject.UnapplyBindings()
    BindableObject.SetValue(BindableProperty, object)
    BindableObject.SetValue(BindablePropertyKey, object)
    BindableObject.CoerceValue(BindableProperty)
    BindableObject.CoerceValue(BindablePropertyKey)
    BindableObject.Dispatcher
    BindableObject.BindingContext
    BindableObject.PropertyChanged
    BindableObject.PropertyChanging
    BindableObject.BindingContextChanged
    Namespace: Singulink.UI.Icons.Maui
    Assembly: Singulink.UI.Icons.Maui.dll
    Syntax
    public class DirectionalFontImageSource : FontImageSource, INotifyPropertyChanged, IElementController, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IElement, IFontImageSource, IImageSource

    Fields

    Name Description
    FlowDirectionProperty

    Identifies the FlowDirection bindable property.

    IconProperty

    Identifies the Icon bindable property.

    Properties

    Name Description
    FlowDirection

    Gets or sets the flow direction that determines which glyph of the icon is displayed. MatchParent is treated as left-to-right since an image source has no parent to match.

    Icon

    Gets or sets the icon to display.

    © Singulink. All rights reserved.