'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.CategoryAttribute("Scale")> <System.ComponentModel.DescriptionAttribute("Controls how the scale configurator will build scale levels.")> Public Property ScaleLevelBuildMode As ScaleLevelBuildMode
'Usage
Dim instance As NStandardScaleConfigurator Dim value As ScaleLevelBuildMode instance.ScaleLevelBuildMode = value value = instance.ScaleLevelBuildMode
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("Scale")] [System.ComponentModel.Description("Controls how the scale configurator will build scale levels.")] public ScaleLevelBuildMode ScaleLevelBuildMode {get; set;}