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
- MessageQueuePermissionEntryCollection.cs
- wmiprovider.cs
- StrokeRenderer.cs
- SoapExtensionTypeElement.cs
- OleDbDataAdapter.cs
- PropertyInfoSet.cs
- AsyncOperationManager.cs
- DesigntimeLicenseContext.cs
- MetaModel.cs
- HtmlGenericControl.cs
- DataTemplateSelector.cs
- DbProviderFactoriesConfigurationHandler.cs
- ASCIIEncoding.cs
- SqlMethodAttribute.cs
- WebControlAdapter.cs
- TextBox.cs
- BStrWrapper.cs
- DataBoundControl.cs
- SoapElementAttribute.cs
- HeaderCollection.cs
- MemberHolder.cs
- GenericUI.cs
- PropertyGroupDescription.cs
- FileDialogCustomPlace.cs
- HttpCapabilitiesSectionHandler.cs
- ComplexTypeEmitter.cs
- AnnotationObservableCollection.cs
- OrderByBuilder.cs
- PageTheme.cs
- PeerNameRecordCollection.cs
- HttpListenerResponse.cs
- SimpleTypeResolver.cs
- ParameterCollection.cs
- HttpWebResponse.cs
- VersionedStreamOwner.cs
- ResourceContainer.cs
- KeyValuePairs.cs
- EntityDataSourceContainerNameItem.cs
- BindingMAnagerBase.cs
- COSERVERINFO.cs
- ListViewGroup.cs
- HTMLTextWriter.cs
- TraceLog.cs
- ApplicationServicesHostFactory.cs
- OleDbError.cs
- HwndKeyboardInputProvider.cs
- CharEntityEncoderFallback.cs
- ToolStripMenuItem.cs
- HtmlInputText.cs
- MasterPage.cs
- DocumentReferenceCollection.cs
- HtmlInputControl.cs
- GetPageNumberCompletedEventArgs.cs
- ItemsControlAutomationPeer.cs
- AlternateViewCollection.cs
- SecondaryIndexList.cs
- TokenBasedSetEnumerator.cs
- DataFieldConverter.cs
- Cursors.cs
- DesigntimeLicenseContext.cs
- GiveFeedbackEvent.cs
- ServiceDescriptionReflector.cs
- Separator.cs
- PrtTicket_Public_Simple.cs
- LockedAssemblyCache.cs
- TimeStampChecker.cs
- PlatformCulture.cs
- PropertyAccessVisitor.cs
- CodeDomConfigurationHandler.cs
- IgnoreFileBuildProvider.cs
- X509CertificateValidator.cs
- DataRelation.cs
- AccessViolationException.cs
- StrongNamePublicKeyBlob.cs
- MaterializeFromAtom.cs
- ProfileParameter.cs
- ConstraintStruct.cs
- InstallHelper.cs
- RefType.cs
- PropertyChangeTracker.cs
- CompositeControlDesigner.cs
- ResourceReferenceKeyNotFoundException.cs
- JournalNavigationScope.cs
- pingexception.cs
- MinimizableAttributeTypeConverter.cs
- AppSettingsReader.cs
- Models.cs
- DataObjectMethodAttribute.cs
- UnhandledExceptionEventArgs.cs
- ReadOnlyDataSource.cs
- ManifestBasedResourceGroveler.cs
- EntityClientCacheEntry.cs
- NumericExpr.cs
- CatalogZoneBase.cs
- ReliableRequestSessionChannel.cs
- PrintDialogException.cs
- NativeRecognizer.cs
- QuaternionAnimation.cs
- DelayedRegex.cs
- ReadingWritingEntityEventArgs.cs