public FormattedString FormattedDescription { get { return new FormattedString { Spans = { new Span { Text = RoleName, FontSize = 16, FontAttributes = FontAttributes.Bold }, new Span { Text = "/ "+ ProjectRoleID +"/ "+Part +"/ "+Gender +"/ "+ AgeRange }, } }; } set { } }
In above code i want to Display RoleName in First line and other Detail in second Line.