GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : ShowResizeTip Property |
'Declaration <DefaultValueAttribute()> Public Property ShowResizeTip As ShowResizeTip
'Usage Dim instance As GcSpreadSheet Dim value As ShowResizeTip instance.ShowResizeTip = value value = instance.ShowResizeTip
[DefaultValue()] public ShowResizeTip ShowResizeTip {get; set;}
gcSpreadSheet1.ShowResizeTip = GrapeCity.Xaml.SpreadSheet.Data.ShowResizeTip.Both; gcSpreadSheet1.Workbook.ShowScrollTip = GrapeCity.Xaml.SpreadSheet.Data.ShowScrollTip.Both;
GcSpreadSheet1.ShowResizeTip = GrapeCity.Xaml.SpreadSheet.Data.ShowResizeTip.Both GcSpreadSheet1.Workbook.ShowScrollTip = GrapeCity.Xaml.SpreadSheet.Data.ShowScrollTip.Both
Target Platforms: Windows Server 2012, Windows RT