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
- ListView.cs
- SelectorAutomationPeer.cs
- HtmlLabelAdapter.cs
- DisplayInformation.cs
- FontNameConverter.cs
- DnsPermission.cs
- SQLBoolean.cs
- DrawingAttributes.cs
- AuditLogLocation.cs
- ManagementInstaller.cs
- BaseHashHelper.cs
- UniqueEventHelper.cs
- TimeSpan.cs
- ReadOnlyObservableCollection.cs
- GeneralTransform3DGroup.cs
- TextEffectCollection.cs
- InputMethodStateChangeEventArgs.cs
- SimpleWebHandlerParser.cs
- OutputCacheEntry.cs
- baseshape.cs
- DeploymentExceptionMapper.cs
- GroupBoxAutomationPeer.cs
- TableLayoutPanelCellPosition.cs
- PropertyNames.cs
- DesignerTransactionCloseEvent.cs
- compensatingcollection.cs
- Size3D.cs
- ParsedAttributeCollection.cs
- XmlILStorageConverter.cs
- SessionStateUtil.cs
- RtfToXamlReader.cs
- IPGlobalProperties.cs
- ResourceDefaultValueAttribute.cs
- InputLangChangeRequestEvent.cs
- InputReport.cs
- BufferModesCollection.cs
- ModuleElement.cs
- _CookieModule.cs
- TableRow.cs
- AddInDeploymentState.cs
- AmbiguousMatchException.cs
- HtmlForm.cs
- CheckBoxBaseAdapter.cs
- StrokeFIndices.cs
- DynamicILGenerator.cs
- ZipIOExtraFieldElement.cs
- SqlCommandBuilder.cs
- WorkflowOperationAsyncResult.cs
- PrinterSettings.cs
- SHA384.cs
- NetSectionGroup.cs
- XamlFigureLengthSerializer.cs
- MethodBuilder.cs
- WebPartDisplayModeCollection.cs
- InputGestureCollection.cs
- ContravarianceAdapter.cs
- ParameterReplacerVisitor.cs
- EdmFunction.cs
- WebSysDescriptionAttribute.cs
- TextTabProperties.cs
- CodeRemoveEventStatement.cs
- MetadataException.cs
- SiteMap.cs
- Vector3DCollectionValueSerializer.cs
- Emitter.cs
- ActivityExecutorOperation.cs
- PeerTransportListenAddressValidatorAttribute.cs
- FontStyle.cs
- BulletedListDesigner.cs
- SkipStoryboardToFill.cs
- CorePropertiesFilter.cs
- ExtentJoinTreeNode.cs
- ObjectDataSourceView.cs
- MgmtConfigurationRecord.cs
- EmptyEnumerable.cs
- PriorityBinding.cs
- ArglessEventHandlerProxy.cs
- ScriptRef.cs
- MatrixStack.cs
- PathGradientBrush.cs
- LabelAutomationPeer.cs
- AssociatedControlConverter.cs
- DataMemberFieldEditor.cs
- WsdlBuildProvider.cs
- SessionParameter.cs
- ConfigUtil.cs
- ControlPaint.cs
- TextCollapsingProperties.cs
- Transform.cs
- UnconditionalPolicy.cs
- DataRowComparer.cs
- XmlAutoDetectWriter.cs
- EncoderFallback.cs
- SecureStringHasher.cs
- HttpFileCollection.cs
- _DynamicWinsockMethods.cs
- PolyLineSegment.cs
- ParseChildrenAsPropertiesAttribute.cs
- DataTableReader.cs
- MSAAWinEventWrap.cs