Show / Hide Table of Contents

    Class OutlinedTextBlock

    Inheritance
    System.Object
    OutlinedTextBlock
    Namespace: Mapsui.Rendering.Xaml
    Assembly: Mapsui.Rendering.Xaml.dll
    Syntax
    public class OutlinedTextBlock : FrameworkElement

    Constructors

    | Improve this Doc View Source

    OutlinedTextBlock()

    Declaration
    public OutlinedTextBlock()

    Fields

    | Improve this Doc View Source

    FillProperty

    Declaration
    public static readonly DependencyProperty FillProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    FontFamilyProperty

    Declaration
    public static readonly DependencyProperty FontFamilyProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    FontSizeProperty

    Declaration
    public static readonly DependencyProperty FontSizeProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    FontStretchProperty

    Declaration
    public static readonly DependencyProperty FontStretchProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    FontStyleProperty

    Declaration
    public static readonly DependencyProperty FontStyleProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    FontWeightProperty

    Declaration
    public static readonly DependencyProperty FontWeightProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    StrokeProperty

    Declaration
    public static readonly DependencyProperty StrokeProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    StrokeThicknessProperty

    Declaration
    public static readonly DependencyProperty StrokeThicknessProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    TextAlignmentProperty

    Declaration
    public static readonly DependencyProperty TextAlignmentProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    TextDecorationsProperty

    Declaration
    public static readonly DependencyProperty TextDecorationsProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    TextProperty

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    TextTrimmingProperty

    Declaration
    public static readonly DependencyProperty TextTrimmingProperty
    Field Value
    Type Description
    DependencyProperty
    | Improve this Doc View Source

    TextWrappingProperty

    Declaration
    public static readonly DependencyProperty TextWrappingProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    Fill

    Declaration
    public Brush Fill { get; set; }
    Property Value
    Type Description
    Brush
    | Improve this Doc View Source

    FontFamily

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    FontFamily
    | Improve this Doc View Source

    FontSize

    Declaration
    public double FontSize { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    FontStretch

    Declaration
    public FontStretch FontStretch { get; set; }
    Property Value
    Type Description
    FontStretch
    | Improve this Doc View Source

    FontStyle

    Declaration
    public FontStyle FontStyle { get; set; }
    Property Value
    Type Description
    FontStyle
    | Improve this Doc View Source

    FontWeight

    Declaration
    public FontWeight FontWeight { get; set; }
    Property Value
    Type Description
    FontWeight
    | Improve this Doc View Source

    Stroke

    Declaration
    public Brush Stroke { get; set; }
    Property Value
    Type Description
    Brush
    | Improve this Doc View Source

    StrokeThickness

    Declaration
    public double StrokeThickness { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TextAlignment

    Declaration
    public TextAlignment TextAlignment { get; set; }
    Property Value
    Type Description
    TextAlignment
    | Improve this Doc View Source

    TextDecorations

    Declaration
    public TextDecorationCollection TextDecorations { get; set; }
    Property Value
    Type Description
    TextDecorationCollection
    | Improve this Doc View Source

    TextTrimming

    Declaration
    public TextTrimming TextTrimming { get; set; }
    Property Value
    Type Description
    TextTrimming
    | Improve this Doc View Source

    TextWrapping

    Declaration
    public TextWrapping TextWrapping { get; set; }
    Property Value
    Type Description
    TextWrapping

    Methods

    | Improve this Doc View Source

    ArrangeOverride(Size)

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    Size finalSize
    Returns
    Type Description
    Size
    | Improve this Doc View Source

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Size availableSize
    Returns
    Type Description
    Size
    | Improve this Doc View Source

    MeasureText()

    Declaration
    public Size MeasureText()
    Returns
    Type Description
    Size
    | Improve this Doc View Source

    OnRender(DrawingContext)

    Declaration
    protected override void OnRender(DrawingContext drawingContext)
    Parameters
    Type Name Description
    DrawingContext drawingContext
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX