コード例 #1
0
 public RichLabel() : base()
 {
     Text   = "";
     Format = new RichLabelFormattingOptions(RichLabelTextType.Xml, "b");
 }
コード例 #2
0
        private string ToString(object value)
        {
            RichLabelFormattingOptions format = (RichLabelFormattingOptions)value;

            return(String.Format("{0}, <{1}>", format.Type, format.HighlightTag));
        }
コード例 #3
0
ファイル: RichLabel.cs プロジェクト: Helen1987/edu
		public RichLabel() : base()
		{
			Text = "";
			Format = new RichLabelFormattingOptions(RichLabelTextType.Xml, "b");
		}