Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellsLayout Class / HorizontalContentPlacement Property


In This Topic
    HorizontalContentPlacement Property (NCellsLayout)
    In This Topic
    Gets/sets the default placement of the cell content in regards to the X dimension of the cell bounds. By default set to Fit.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the default placement of the cell content in regards to the X dimension of the cell bounds. By default set to Fit.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property HorizontalContentPlacement As ContentPlacement
    'Usage
     
    
    Dim instance As NCellsLayout
    Dim value As ContentPlacement
     
    instance.HorizontalContentPlacement = value
     
    value = instance.HorizontalContentPlacement
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the default placement of the cell content in regards to the X dimension of the cell bounds. By default set to Fit.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ContentPlacement HorizontalContentPlacement {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