Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NBlock Class / FloatMode Property


In This Topic
    FloatMode Property (NBlock)
    In This Topic
    Gets or sets the flow mode of this block
    Syntax
    'Declaration
     
    
    Public Property FloatMode As ENFloatMode
    'Usage
     
    
    Dim instance As NBlock
    Dim value As ENFloatMode
     
    instance.FloatMode = value
     
    value = instance.FloatMode
    public ENFloatMode FloatMode {get; set;}
    Remarks
    This is a shortcut property that modifies HorizontalAnchor, VerticalAnchor, HorizontalBlockAlignment, VerticalBlockAlignment and WrapMode properties
    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