'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets or sets the current mode of the texture mapping plane.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property TexturePlaneMode As SurfaceTexturePlaneMode
'Usage
Dim instance As NSurfaceSeriesBase Dim value As SurfaceTexturePlaneMode instance.TexturePlaneMode = value value = instance.TexturePlaneMode
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets or sets the current mode of the texture mapping plane.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public SurfaceTexturePlaneMode TexturePlaneMode {get; set;}