Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / textformatting / TextEndOfParagraph.cs / 1305600 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AsyncPostBackErrorEventArgs.cs
- AndMessageFilterTable.cs
- EntityReference.cs
- ManipulationLogic.cs
- CodeTypeConstructor.cs
- ModuleBuilder.cs
- RepeatButton.cs
- HtmlWindowCollection.cs
- NumericUpDownAcceleration.cs
- DataGridItemCollection.cs
- ObjectListTitleAttribute.cs
- _BasicClient.cs
- Slider.cs
- ParseHttpDate.cs
- CallContext.cs
- FloaterBaseParagraph.cs
- CompModSwitches.cs
- SafeThemeHandle.cs
- InputLanguageSource.cs
- FilteredDataSetHelper.cs
- EncoderBestFitFallback.cs
- TableLayoutPanelCellPosition.cs
- EnumBuilder.cs
- DtrList.cs
- ReversePositionQuery.cs
- TcpAppDomainProtocolHandler.cs
- GridView.cs
- HttpAsyncResult.cs
- ShaderRenderModeValidation.cs
- SizeF.cs
- TableDesigner.cs
- NamespaceCollection.cs
- ACL.cs
- CodeTypeDelegate.cs
- UdpConstants.cs
- SubpageParagraph.cs
- TextServicesProperty.cs
- PackageStore.cs
- MimeFormatExtensions.cs
- DataGridViewComboBoxColumn.cs
- TableAutomationPeer.cs
- DependencyPropertyConverter.cs
- XmlDataLoader.cs
- EntityDataSourceConfigureObjectContext.cs
- BuildResult.cs
- Condition.cs
- InnerItemCollectionView.cs
- TargetControlTypeAttribute.cs
- DefaultValidator.cs
- OdbcConnection.cs
- Positioning.cs
- WmlMobileTextWriter.cs
- AppDomainEvidenceFactory.cs
- _FixedSizeReader.cs
- MouseGestureConverter.cs
- ListBoxAutomationPeer.cs
- BmpBitmapEncoder.cs
- SimpleWebHandlerParser.cs
- HtmlInputPassword.cs
- TypePropertyEditor.cs
- EncodingDataItem.cs
- CompilerGlobalScopeAttribute.cs
- PreviousTrackingServiceAttribute.cs
- SiteMapNodeCollection.cs
- HandleCollector.cs
- SimpleNameService.cs
- Axis.cs
- Stopwatch.cs
- SpecularMaterial.cs
- InternalPermissions.cs
- FactoryGenerator.cs
- ToolStripRenderEventArgs.cs
- StackSpiller.Bindings.cs
- TextTreeDeleteContentUndoUnit.cs
- DataSourceView.cs
- WebSysDescriptionAttribute.cs
- SqlExpressionNullability.cs
- PassportPrincipal.cs
- SamlAttribute.cs
- ISAPIWorkerRequest.cs
- DependentTransaction.cs
- EastAsianLunisolarCalendar.cs
- Point4DConverter.cs
- TargetFrameworkAttribute.cs
- SoapDocumentServiceAttribute.cs
- ReachPageContentCollectionSerializerAsync.cs
- DBParameter.cs
- DragEventArgs.cs
- DataListItemEventArgs.cs
- WebExceptionStatus.cs
- LogStore.cs
- FileRegion.cs
- DialogWindow.cs
- OrderedParallelQuery.cs
- BinaryReader.cs
- Canvas.cs
- SymbolDocumentInfo.cs
- MetadataPropertyCollection.cs
- OfTypeExpression.cs
- AnnotationResourceCollection.cs