Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Documents / Underline.cs / 1305600 / Underline.cs
//---------------------------------------------------------------------------- // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Underline element. // Xaml markup helper for indicating superscript content. // Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. // Can contain other inline elements. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Underline element - markup helper for indicating superscript content. /// Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. /// Can contain other inline elements. /// public class Underline : Span { //------------------------------------------------------------------- // // Constructors // //------------------------------------------------------------------- #region Constructors ////// Static ctor. Initializes property metadata. /// static Underline() { DefaultStyleKeyProperty.OverrideMetadata(typeof(Underline), new FrameworkPropertyMetadata(typeof(Underline))); } ////// Initilizes a new instance of a Underline element /// ////// To become fully functional this element requires at least one other Inline element /// as its child, typically Run with some text. /// In Xaml markup the UNderline element may appear without Run child, /// but please note that such Run was implicitly inserted by parser. /// public Underline() : base() { } ////// Initializes a new instance of Underline element and adds a given Subscript element as its first child. /// /// /// Inline element added as an initial child to this Underline element /// public Underline(Inline childInline) : base(childInline) { } ////// Creates a new Underline instance. /// /// /// Optional child Inline for the new Underline. May be null. /// /// /// Optional position at which to insert the new Underline. May be null. /// public Underline(Inline childInline, TextPointer insertionPosition) : base(childInline, insertionPosition) { } ////// Creates a new Underline instance covering existing content. /// /// /// Start position of the new Underline. /// /// /// End position of the new Underline. /// ////// start and end must both be parented by the same Paragraph, otherwise /// the method will raise an ArgumentException. /// public Underline(TextPointer start, TextPointer end) : base(start, end) { } #endregion Constructors } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Underline element. // Xaml markup helper for indicating superscript content. // Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. // Can contain other inline elements. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Underline element - markup helper for indicating superscript content. /// Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. /// Can contain other inline elements. /// public class Underline : Span { //------------------------------------------------------------------- // // Constructors // //------------------------------------------------------------------- #region Constructors ////// Static ctor. Initializes property metadata. /// static Underline() { DefaultStyleKeyProperty.OverrideMetadata(typeof(Underline), new FrameworkPropertyMetadata(typeof(Underline))); } ////// Initilizes a new instance of a Underline element /// ////// To become fully functional this element requires at least one other Inline element /// as its child, typically Run with some text. /// In Xaml markup the UNderline element may appear without Run child, /// but please note that such Run was implicitly inserted by parser. /// public Underline() : base() { } ////// Initializes a new instance of Underline element and adds a given Subscript element as its first child. /// /// /// Inline element added as an initial child to this Underline element /// public Underline(Inline childInline) : base(childInline) { } ////// Creates a new Underline instance. /// /// /// Optional child Inline for the new Underline. May be null. /// /// /// Optional position at which to insert the new Underline. May be null. /// public Underline(Inline childInline, TextPointer insertionPosition) : base(childInline, insertionPosition) { } ////// Creates a new Underline instance covering existing content. /// /// /// Start position of the new Underline. /// /// /// End position of the new Underline. /// ////// start and end must both be parented by the same Paragraph, otherwise /// the method will raise an ArgumentException. /// public Underline(TextPointer start, TextPointer end) : base(start, end) { } #endregion Constructors } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NavigatorInvalidBodyAccessException.cs
- SharedPerformanceCounter.cs
- BufferedReceiveElement.cs
- SafeNativeMethods.cs
- DataServiceHostFactory.cs
- OleDbRowUpdatedEvent.cs
- LeafCellTreeNode.cs
- InheritanceService.cs
- XPathParser.cs
- DoubleAnimationUsingKeyFrames.cs
- UpdatePanel.cs
- ProfileProvider.cs
- UnicastIPAddressInformationCollection.cs
- RouteItem.cs
- SubclassTypeValidatorAttribute.cs
- EmptyEnumerator.cs
- XmlAttributeCache.cs
- CodeGenerator.cs
- AggregationMinMaxHelpers.cs
- PseudoWebRequest.cs
- InkCanvasSelection.cs
- DocComment.cs
- InputLangChangeEvent.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- NotImplementedException.cs
- ContentPosition.cs
- TextBoxBase.cs
- TrackingMemoryStreamFactory.cs
- TypeForwardedToAttribute.cs
- DesignerTransaction.cs
- AdornerHitTestResult.cs
- DataGridCellClipboardEventArgs.cs
- StateMachineExecutionState.cs
- x509store.cs
- QueueProcessor.cs
- NativeMethods.cs
- WebPartConnectionsConfigureVerb.cs
- SubqueryRules.cs
- JobDuplex.cs
- ColorConverter.cs
- HttpCacheVaryByContentEncodings.cs
- InsufficientExecutionStackException.cs
- Item.cs
- SingleConverter.cs
- DocumentPageView.cs
- BitmapEffectDrawing.cs
- Events.cs
- TemplatedEditableDesignerRegion.cs
- QilReference.cs
- WorkflowQueuingService.cs
- XmlEncoding.cs
- TypeToken.cs
- EventData.cs
- SurrogateSelector.cs
- ResXBuildProvider.cs
- SecurityTokenResolver.cs
- RedistVersionInfo.cs
- GeneralTransformCollection.cs
- XmlIlTypeHelper.cs
- FormatConvertedBitmap.cs
- Matrix.cs
- CustomErrorsSection.cs
- DbExpressionVisitor.cs
- ContentControl.cs
- EntityCodeGenerator.cs
- ObjectNavigationPropertyMapping.cs
- AuthStoreRoleProvider.cs
- MgmtConfigurationRecord.cs
- MessageContractImporter.cs
- ControlCachePolicy.cs
- SchemaImporterExtensionElementCollection.cs
- FunctionMappingTranslator.cs
- TypedTableBase.cs
- ParseNumbers.cs
- OptimalTextSource.cs
- ExecutionContext.cs
- DtcInterfaces.cs
- ConfigurationErrorsException.cs
- WebServiceErrorEvent.cs
- ServiceKnownTypeAttribute.cs
- BamlReader.cs
- X509ServiceCertificateAuthenticationElement.cs
- ScriptingSectionGroup.cs
- ExpressionWriter.cs
- MemoryFailPoint.cs
- FullTextState.cs
- NotifyCollectionChangedEventArgs.cs
- RootBrowserWindow.cs
- ActivationServices.cs
- ParseNumbers.cs
- RegionInfo.cs
- NumberFormatInfo.cs
- DataSetFieldSchema.cs
- TextAction.cs
- WorkflowInstance.cs
- RelationshipEndCollection.cs
- SimpleWorkerRequest.cs
- XmlWrappingReader.cs
- StickyNote.cs
- DataPagerCommandEventArgs.cs