'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the default placement of the cell content in regards to the Y dimension of the cell bounds. By default set to Fit.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property VerticalContentPlacement As ContentPlacement
'Usage
Dim instance As NCellsLayout Dim value As ContentPlacement instance.VerticalContentPlacement = value value = instance.VerticalContentPlacement
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the default placement of the cell content in regards to the Y dimension of the cell bounds. By default set to Fit.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ContentPlacement VerticalContentPlacement {get; set;}