| C1.Xaml.FlexGrid アセンブリ > C1.Xaml.FlexGrid 名前空間 > C1FlexGrid クラス : ShowMarquee プロパティ |
'宣言 Public Property ShowMarquee As System.Boolean
public System.bool ShowMarquee {get; set;}
// マーキーをカスタマイズします var m = _flex.Marquee; m.Stroke = new SolidColorBrush(Colors.Red); m.Fill = new SolidColorBrush(Color.FromArgb(0x20, 0xff, 0x80, 0x80)); m.StrokeThickness = 4; m.RadiusX = 3; m.RadiusY = 3; // マーキーを表示します _flex.ShowMarquee = true; // 選択範囲/カーソルを強調表示する必要はありません _flex.SelectionBackground = null; _flex.CursorBackground = null;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2