'Declaration
<System.ComponentModel.CategoryAttribute("Bevel Effect")> <System.ComponentModel.DescriptionAttribute("Controls the size of the light bevel.")> Public Property LightEffectSize As NLength
'Usage
Dim instance As NImageFrameStyle Dim value As NLength instance.LightEffectSize = value value = instance.LightEffectSize
[System.ComponentModel.Category("Bevel Effect")] [System.ComponentModel.Description("Controls the size of the light bevel.")] public NLength LightEffectSize {get; set;}