Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRotateAnimation Class / AnchorX Property


In This Topic
    AnchorX Property (NRotateAnimation)
    In This Topic
    Get/Sets the scale X anchor. Must be in the range [0, 1]. By default set to 0.5 which means the horizontal center.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Animation")>
    <System.ComponentModel.DescriptionAttribute("Get/Sets the scale X anchor. Must be in the range [0, 1]. By default set to 0.5 which means the horizontal center.")>
    <System.ComponentModel.DefaultValueAttribute(0.5)>
    Public Property AnchorX As System.Single
    'Usage
     
    
    Dim instance As NRotateAnimation
    Dim value As System.Single
     
    instance.AnchorX = value
     
    value = instance.AnchorX
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("Get/Sets the scale X anchor. Must be in the range [0, 1]. By default set to 0.5 which means the horizontal center.")]
    [System.ComponentModel.DefaultValue(0.5)]
    public System.float AnchorX {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also