MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearContentPointer

    Show / Hide Table of Contents

    Class LinearContentPointer

    Represents the pointer that is used to indicate the value with any visual content.

    Inheritance
    System.Object
    LinearPointer
    LinearMarkerPointer
    LinearContentPointer
    Inherited Members
    LinearMarkerPointer.OffsetXProperty
    LinearMarkerPointer.OffsetYProperty
    LinearMarkerPointer.AlignmentProperty
    LinearMarkerPointer.OffsetX
    LinearMarkerPointer.OffsetY
    LinearMarkerPointer.Alignment
    LinearPointer.ValueProperty
    LinearPointer.EnableAnimationProperty
    LinearPointer.AnimationDurationProperty
    LinearPointer.AnimationEasingProperty
    LinearPointer.IsInteractiveProperty
    LinearPointer.StepFrequencyProperty
    LinearPointer.PositionProperty
    LinearPointer.DragOffsetProperty
    LinearPointer.Value
    LinearPointer.EnableAnimation
    LinearPointer.AnimationDuration
    LinearPointer.AnimationEasing
    LinearPointer.IsInteractive
    LinearPointer.StepFrequency
    LinearPointer.DragOffset
    LinearPointer.Position
    LinearPointer.ValueChanged
    LinearPointer.ValueChanging
    LinearPointer.ValueChangeStarted
    LinearPointer.ValueChangeCompleted
    LinearPointer.AnimationCompleted
    Namespace: Syncfusion.Maui.Gauges
    Assembly: Syncfusion.Maui.Gauges.dll
    Syntax
    public class LinearContentPointer : LinearMarkerPointer
    Examples
    <gauge:SfLinearGauge>
           <gauge:SfLinearGauge.MarkerPointers>
               <gauge:LinearContentPointer Position="Outside"
                                     Value="70">
                   <gauge:LinearContentPointer.Content>
                       <Label Text="50" TextColor="Black"/>
                   </gauge:LinearContentPointer.Content>
               </gauge:LinearContentPointer>
           </gauge:SfLinearGauge.MarkerPointers>
       </gauge:SfLinearGauge>

    Constructors

    LinearContentPointer()

    Declaration
    public LinearContentPointer()

    Fields

    ContentProperty

    Identifies the Content bindable property.

    Declaration
    public static readonly BindableProperty ContentProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Content bindable property.

    Properties

    Content

    Gets or sets the any visual content of a LinearContentPointer.

    Declaration
    public View Content { get; set; }
    Property Value
    Type Description
    Microsoft.Maui.Controls.View

    The default value is null.

    Examples
    <gauge:SfLinearGauge>
        <gauge:SfLinearGauge.MarkerPointers>
            <gauge:LinearContentPointer Position="Outside"
                                  Value="70">
                <gauge:LinearContentPointer.Content>
                    <Label Text="50" TextColor="Black"/>
                </gauge:LinearContentPointer.Content>
            </gauge:LinearContentPointer>
        </gauge:SfLinearGauge.MarkerPointers>
    </gauge:SfLinearGauge>

    Methods

    OnBindingContextChanged()

    Invoked whenever the binding context of the View changes.

    Declaration
    protected override void OnBindingContextChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved