Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / InertiaExpansionBehavior Class / DesiredExpansion Property


In This Topic
    DesiredExpansion Property
    In This Topic
    Gets or sets the amount the control resizes at the end of inertia.
    Syntax
    'Declaration
     
    
    Public Property DesiredExpansion As Single
    'Usage
     
    
    Dim instance As InertiaExpansionBehavior
    Dim value As Single
     
    instance.DesiredExpansion = value
     
    value = instance.DesiredExpansion
    public float DesiredExpansion {get; set;}

    Property Value

    The amount the control resizes at the end of inertia.
    See Also