'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the rendering mode for the texture. Valid when the current fill style is FillStyle.Texture.")> Public Property TextureMode As TextureMode
'Usage
Dim instance As NFillInfo Dim value As TextureMode instance.TextureMode = value value = instance.TextureMode
[System.ComponentModel.Description("Gets/sets the rendering mode for the texture. Valid when the current fill style is FillStyle.Texture.")] public TextureMode TextureMode {get; set;}