'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;}