Nevron Open Vision Documentation
Nevron.Nov.Diagram.Expressions Namespace / NEndPointGlueFx Class / AppliedToBegin Property


In This Topic
    AppliedToBegin Property
    In This Topic
    Returns true, if the fx is applied to the BeginX or BeginY property of the shape. Returns false, if the fx is applied to the EndX or EndY property of the shape.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AppliedToBegin As System.Boolean
    'Usage
     
    
    Dim instance As NEndPointGlueFx
    Dim value As System.Boolean
     
    value = instance.AppliedToBegin
    public System.bool AppliedToBegin {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also