Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / textformatting / TextEndOfParagraph.cs / 1 / TextEndOfParagraph.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation // // File: TextEndOfParagraph.cs // // Contents: Implementation of text paragraph break control // // Spec: [....]/sites/Avalon/Specs/Text%20Formatting%20API.doc // // Created: 1-2-2004 [....] ([....]) // //----------------------------------------------------------------------- using System; using System.Collections; using System.Windows; namespace System.Windows.Media.TextFormatting { ////// Specialized line break control used to mark the end of a paragraph /// public class TextEndOfParagraph : TextEndOfLine { #region Constructors ////// Construct a paragraph break run /// /// number of characters public TextEndOfParagraph(int length) : base(length) {} ////// Construct a paragraph break run /// /// number of characters /// linebreak text run properties public TextEndOfParagraph( int length, TextRunProperties textRunProperties ) : base( length, textRunProperties ) {} #endregion } } // 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
- FixedSOMPageElement.cs
- DefaultHttpHandler.cs
- DirectionalLight.cs
- PropertyValue.cs
- DesigntimeLicenseContextSerializer.cs
- COMException.cs
- SqlServer2KCompatibilityAnnotation.cs
- UICuesEvent.cs
- Span.cs
- StringUtil.cs
- log.cs
- DataSvcMapFileSerializer.cs
- TaskbarItemInfo.cs
- DotExpr.cs
- ToolStripItemTextRenderEventArgs.cs
- WindowsScrollBarBits.cs
- ToolStripDropDownButton.cs
- XmlTextWriter.cs
- WebControlParameterProxy.cs
- IncrementalReadDecoders.cs
- TextFormatter.cs
- DataGrid.cs
- DebugControllerThread.cs
- DbConnectionStringCommon.cs
- DynamicPhysicalDiscoSearcher.cs
- AuthorizationContext.cs
- ControlPropertyNameConverter.cs
- MetadataItemCollectionFactory.cs
- ToolStripContentPanelDesigner.cs
- FormCollection.cs
- BCLDebug.cs
- SecurityContext.cs
- ClientBuildManager.cs
- XmlAttributeAttribute.cs
- fixedPageContentExtractor.cs
- XmlNodeReader.cs
- ResourceContainer.cs
- TextServicesPropertyRanges.cs
- TypedReference.cs
- SimpleBitVector32.cs
- CopyEncoder.cs
- ExceptionValidationRule.cs
- SqlDeflator.cs
- PropertyMapper.cs
- StreamUpdate.cs
- OneOfConst.cs
- JavascriptCallbackMessageInspector.cs
- MailMessageEventArgs.cs
- ExtenderControl.cs
- TextEffectCollection.cs
- WinInetCache.cs
- SerialErrors.cs
- SHA1.cs
- PageSetupDialog.cs
- WinEventTracker.cs
- AnnotationStore.cs
- DataColumnMappingCollection.cs
- System.Data.OracleClient_BID.cs
- SqlVersion.cs
- CodeArgumentReferenceExpression.cs
- CacheAxisQuery.cs
- SafeCryptHandles.cs
- WebPartConnectionsConfigureVerb.cs
- Rectangle.cs
- unitconverter.cs
- MethodAccessException.cs
- SqlDataSourceEnumerator.cs
- ThreadPool.cs
- AuthenticationModuleElement.cs
- VerificationException.cs
- GenericsInstances.cs
- IdentityHolder.cs
- SessionPageStatePersister.cs
- TimeManager.cs
- FrameworkName.cs
- COM2Enum.cs
- Int32Collection.cs
- HttpRawResponse.cs
- TextEditorSelection.cs
- SignatureHelper.cs
- DataObject.cs
- LinkButton.cs
- MethodBody.cs
- HelpInfo.cs
- VirtualDirectoryMapping.cs
- _OverlappedAsyncResult.cs
- DtdParser.cs
- ComboBox.cs
- ExtensionQuery.cs
- Hex.cs
- ProcessProtocolHandler.cs
- BufferedStream2.cs
- KnownAssembliesSet.cs
- CategoryGridEntry.cs
- MsmqMessageSerializationFormat.cs
- MemoryMappedViewStream.cs
- SerTrace.cs
- AsyncPostBackTrigger.cs
- FontNamesConverter.cs
- TextRangeAdaptor.cs