'DeclarationPublic Overrides Property AllowBackgroundImageRotation As Boolean
'UsageDim instance As ChartShape Dim value As Boolean instance.AllowBackgroundImageRotation = value value = instance.AllowBackgroundImageRotation
public override bool AllowBackgroundImageRotation {get; set;}