Share via


IGeneratorDesigner.DesignerStyles Property

When implemented in a class, gets the designer styles of a data generator.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
ReadOnly Property DesignerStyles As GeneratorDesignerStyles
GeneratorDesignerStyles DesignerStyles { get; }
property GeneratorDesignerStyles DesignerStyles {
    GeneratorDesignerStyles get ();
}
abstract DesignerStyles : GeneratorDesignerStyles
function get DesignerStyles () : GeneratorDesignerStyles

Property Value

Type: Microsoft.Data.Schema.Tools.DataGenerator.GeneratorDesignerStyles
One of the GeneratorDesignerStyles enumeration values.

.NET Framework Security

See Also

Reference

IGeneratorDesigner Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace

GeneratorDesignerStyles