Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Documents / Underline.cs / 1 / 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
- ConfigurationSection.cs
- KnownTypesHelper.cs
- RegexRunner.cs
- DisableDpiAwarenessAttribute.cs
- WebPartTracker.cs
- CompilerGlobalScopeAttribute.cs
- ICollection.cs
- PathStreamGeometryContext.cs
- UnknownBitmapDecoder.cs
- DesignerContextDescriptor.cs
- HostElement.cs
- ObjectSecurity.cs
- VirtualPathUtility.cs
- RectangleConverter.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- HotSpotCollectionEditor.cs
- OptionUsage.cs
- FlowDocumentPage.cs
- SqlFunctionAttribute.cs
- TypeHelper.cs
- ListItemParagraph.cs
- NameGenerator.cs
- CodeCompiler.cs
- ApplyImportsAction.cs
- ArgumentNullException.cs
- ObjectParameterCollection.cs
- ConfigurationManagerHelperFactory.cs
- AppDomainUnloadedException.cs
- Delay.cs
- DbParameterCollection.cs
- _IPv4Address.cs
- DirectionalLight.cs
- XmlKeywords.cs
- InternalConfigRoot.cs
- EmbeddedMailObject.cs
- UrlMappingsSection.cs
- xmlformatgeneratorstatics.cs
- EntityDataSourceStatementEditorForm.cs
- DictionaryItemsCollection.cs
- WsdlBuildProvider.cs
- Geometry3D.cs
- Attribute.cs
- ContractListAdapter.cs
- BlockCollection.cs
- DiffuseMaterial.cs
- MembershipSection.cs
- ModuleBuilder.cs
- DateTimeUtil.cs
- ArithmeticException.cs
- CrossSiteScriptingValidation.cs
- ProviderConnectionPoint.cs
- IntSecurity.cs
- BrushMappingModeValidation.cs
- Mappings.cs
- BindMarkupExtensionSerializer.cs
- TextParaClient.cs
- InputReport.cs
- CmsInterop.cs
- LongSumAggregationOperator.cs
- XmlAttributes.cs
- SourceFileBuildProvider.cs
- PathParser.cs
- CodeTypeDelegate.cs
- DoWorkEventArgs.cs
- FileUtil.cs
- RepeatBehaviorConverter.cs
- RawUIStateInputReport.cs
- UnsafeMethods.cs
- ConfigurationElementCollection.cs
- ClientEventManager.cs
- LayoutExceptionEventArgs.cs
- AlignmentYValidation.cs
- SafeTimerHandle.cs
- PrintPreviewDialog.cs
- RtfToken.cs
- DocumentScope.cs
- LiteralControl.cs
- TextDecorationCollection.cs
- ToolboxComponentsCreatingEventArgs.cs
- TypeForwardedFromAttribute.cs
- DictionarySectionHandler.cs
- EventOpcode.cs
- HTMLTagNameToTypeMapper.cs
- StorageConditionPropertyMapping.cs
- TextServicesCompartmentContext.cs
- AsyncMethodInvoker.cs
- HtmlElementEventArgs.cs
- XamlPointCollectionSerializer.cs
- StylusPointProperty.cs
- Translator.cs
- XmlSchemaParticle.cs
- GeneralTransform3D.cs
- ReadWriteObjectLock.cs
- RawKeyboardInputReport.cs
- CommonProperties.cs
- ConnectionPoint.cs
- ExpressionBuilderContext.cs
- AccessControlList.cs
- CommandSet.cs
- Stack.cs