'Declaration <DefaultValueAttribute()> Public Property BackgroundThemeColor As String
'Usage Dim instance As Column Dim value As String instance.BackgroundThemeColor = value value = instance.BackgroundThemeColor
[DefaultValue()] public string BackgroundThemeColor {get; set;}