'Declaration Public Property SelectedAutoFitType As AutoFillType
'Usage Dim instance As DragFillContextMenu Dim value As AutoFillType instance.SelectedAutoFitType = value value = instance.SelectedAutoFitType
public AutoFillType SelectedAutoFitType {get; set;}