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
- DataGridItem.cs
- HtmlForm.cs
- SafeArrayRankMismatchException.cs
- FontFamily.cs
- IssuanceLicense.cs
- TranslateTransform.cs
- ToolBarPanel.cs
- AuthenticationManager.cs
- DbReferenceCollection.cs
- BordersPage.cs
- PathData.cs
- CustomAttributeBuilder.cs
- XmlAnyElementAttribute.cs
- LogEntry.cs
- QilXmlWriter.cs
- GenericPrincipal.cs
- CompoundFileStreamReference.cs
- ContentElement.cs
- DispatcherHooks.cs
- RandomNumberGenerator.cs
- ExternalFile.cs
- CorrelationTokenInvalidatedHandler.cs
- _RegBlobWebProxyDataBuilder.cs
- ScriptReferenceBase.cs
- HtmlInputButton.cs
- ResourceExpressionBuilder.cs
- ClientSettingsSection.cs
- ThreadStateException.cs
- MutexSecurity.cs
- Timer.cs
- QilValidationVisitor.cs
- ModelUIElement3D.cs
- ConnectionPointGlyph.cs
- ListChunk.cs
- CallContext.cs
- DbTransaction.cs
- FormsAuthentication.cs
- ProxyRpc.cs
- ListBoxItemWrapperAutomationPeer.cs
- CodeGenerationManager.cs
- WindowShowOrOpenTracker.cs
- ToolStripRenderEventArgs.cs
- XmlLanguage.cs
- Accessors.cs
- DataBindEngine.cs
- XmlAtomicValue.cs
- PrimaryKeyTypeConverter.cs
- AddInContractAttribute.cs
- DetailsViewUpdatedEventArgs.cs
- WebHostUnsafeNativeMethods.cs
- NativeWindow.cs
- ListSourceHelper.cs
- SqlReorderer.cs
- UnsafeNativeMethods.cs
- SmiRequestExecutor.cs
- SplitContainerDesigner.cs
- EntityUtil.cs
- InvokeWebServiceDesigner.cs
- MatrixCamera.cs
- XmlIlVisitor.cs
- Authorization.cs
- SettingsProviderCollection.cs
- StringUtil.cs
- DataGridViewRowConverter.cs
- SqlGenerator.cs
- BaseTreeIterator.cs
- WebPartTransformerCollection.cs
- SiteOfOriginContainer.cs
- TextElement.cs
- EventManager.cs
- ModuleElement.cs
- SiteMapPath.cs
- XmlExtensionFunction.cs
- DataMemberFieldConverter.cs
- wmiutil.cs
- CompatibleIComparer.cs
- DefaultValueAttribute.cs
- LowerCaseStringConverter.cs
- ExpressionTextBox.xaml.cs
- HttpModule.cs
- OutputCacheModule.cs
- Transform.cs
- RegexGroupCollection.cs
- XmlSchemaComplexContentExtension.cs
- SqlCacheDependency.cs
- BindingContext.cs
- QuaternionConverter.cs
- EntityDataSourceQueryBuilder.cs
- StringSorter.cs
- Label.cs
- basecomparevalidator.cs
- SqlDataSourceRefreshSchemaForm.cs
- ProtectedUri.cs
- GlyphRunDrawing.cs
- PeerNearMe.cs
- NullableDecimalAverageAggregationOperator.cs
- PenContext.cs
- TextWriterEngine.cs
- GetTokenRequest.cs
- Rect.cs