Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / 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: http://team/sites/Avalon/Specs/Text%20Formatting%20API.doc // // Created: 1-2-2004 Worachai Chaoweeraprasit (wchao) // //----------------------------------------------------------------------- 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. //------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation // // File: TextEndOfParagraph.cs // // Contents: Implementation of text paragraph break control // // Spec: http://team/sites/Avalon/Specs/Text%20Formatting%20API.doc // // Created: 1-2-2004 Worachai Chaoweeraprasit (wchao) // //----------------------------------------------------------------------- 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
- DaylightTime.cs
- NeedSkipTokenVisitor.cs
- CodeSnippetTypeMember.cs
- TextChange.cs
- SHA256Managed.cs
- Merger.cs
- PresentationAppDomainManager.cs
- ProcessHostFactoryHelper.cs
- MsmqElementBase.cs
- __Filters.cs
- BypassElementCollection.cs
- AdPostCacheSubstitution.cs
- RangeContentEnumerator.cs
- Figure.cs
- SpecularMaterial.cs
- XmlMembersMapping.cs
- TransportDefaults.cs
- PrivateFontCollection.cs
- Tile.cs
- InfoCardSymmetricCrypto.cs
- XmlDesignerDataSourceView.cs
- FileUpload.cs
- DropDownButton.cs
- QueryStringParameter.cs
- ClientScriptManager.cs
- TextRangeSerialization.cs
- LowerCaseStringConverter.cs
- CellPartitioner.cs
- ProcessManager.cs
- DbgUtil.cs
- CommandLineParser.cs
- ReadOnlyCollection.cs
- MsmqAppDomainProtocolHandler.cs
- Rule.cs
- TypedReference.cs
- OpenFileDialog.cs
- TypeDescriptorFilterService.cs
- Schema.cs
- ServiceBehaviorAttribute.cs
- _BufferOffsetSize.cs
- StreamWriter.cs
- Validator.cs
- OperandQuery.cs
- HttpResponseWrapper.cs
- JournalEntry.cs
- EllipseGeometry.cs
- XPathNavigatorKeyComparer.cs
- StackOverflowException.cs
- XhtmlBasicTextViewAdapter.cs
- CodeMemberField.cs
- TypeExtension.cs
- TypeUtils.cs
- GraphicsContext.cs
- SimpleWorkerRequest.cs
- nulltextcontainer.cs
- XPathDocumentBuilder.cs
- _NestedSingleAsyncResult.cs
- XmlIgnoreAttribute.cs
- ChildTable.cs
- CngKeyCreationParameters.cs
- EventLogWatcher.cs
- RequestUriProcessor.cs
- WebPartDeleteVerb.cs
- DataGridViewRowsRemovedEventArgs.cs
- _FtpDataStream.cs
- Geometry.cs
- ValueType.cs
- LinkTarget.cs
- BaseDataListActionList.cs
- Polyline.cs
- WriteFileContext.cs
- AttributeCollection.cs
- CanonicalFormWriter.cs
- DeflateEmulationStream.cs
- BufferedGraphics.cs
- StylusEditingBehavior.cs
- NativeMethods.cs
- TaskFileService.cs
- DbProviderFactoriesConfigurationHandler.cs
- BitArray.cs
- ToolboxBitmapAttribute.cs
- QueueProcessor.cs
- LineServicesCallbacks.cs
- MembershipUser.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- AuthenticatedStream.cs
- DeviceSpecific.cs
- AssemblyAttributes.cs
- TemplateContent.cs
- ComponentDispatcherThread.cs
- FileReservationCollection.cs
- TableItemProviderWrapper.cs
- DataObjectEventArgs.cs
- UnauthorizedAccessException.cs
- NavigationPropertyEmitter.cs
- RegexWriter.cs
- Graphics.cs
- VerbConverter.cs
- X509ChainPolicy.cs
- UnrecognizedPolicyAssertionElement.cs