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
- ProcessModelSection.cs
- HtmlTableCell.cs
- ReadOnlyTernaryTree.cs
- RecipientInfo.cs
- DBDataPermission.cs
- AccessDataSource.cs
- TableItemPattern.cs
- DataMemberFieldEditor.cs
- PowerStatus.cs
- ControlPaint.cs
- SafeEventHandle.cs
- SafeCoTaskMem.cs
- CounterCreationDataCollection.cs
- BaseInfoTable.cs
- Int32.cs
- FileDialog_Vista.cs
- Console.cs
- ObjectView.cs
- RowToFieldTransformer.cs
- DispatcherEventArgs.cs
- DateTimeOffset.cs
- MappingModelBuildProvider.cs
- GridViewEditEventArgs.cs
- DesignerActionItemCollection.cs
- CustomValidator.cs
- Nullable.cs
- MatrixAnimationBase.cs
- OleDbParameter.cs
- SolidColorBrush.cs
- SamlNameIdentifierClaimResource.cs
- CapabilitiesState.cs
- ScaleTransform.cs
- BooleanExpr.cs
- StretchValidation.cs
- LicenseException.cs
- EntityClientCacheEntry.cs
- WebBaseEventKeyComparer.cs
- TimeoutValidationAttribute.cs
- SQLMoneyStorage.cs
- PropertyChangedEventArgs.cs
- XmlFormatExtensionPointAttribute.cs
- NullableIntAverageAggregationOperator.cs
- ExceptionRoutedEventArgs.cs
- DBParameter.cs
- HttpConfigurationContext.cs
- RequestBringIntoViewEventArgs.cs
- DocumentSequenceHighlightLayer.cs
- Vector3DKeyFrameCollection.cs
- WindowsFormsHelpers.cs
- RectValueSerializer.cs
- ExplicitDiscriminatorMap.cs
- PropertyTab.cs
- StorageInfo.cs
- IndentedTextWriter.cs
- GraphicsContext.cs
- SynchronizedInputAdaptor.cs
- COM2IProvidePropertyBuilderHandler.cs
- EventPropertyMap.cs
- Update.cs
- NotImplementedException.cs
- WindowsAltTab.cs
- DataRowExtensions.cs
- EnterpriseServicesHelper.cs
- WorkflowControlEndpoint.cs
- ExtendedProperty.cs
- ExtenderHelpers.cs
- UnsafeNativeMethods.cs
- GenericTextProperties.cs
- HScrollBar.cs
- QilPatternFactory.cs
- Range.cs
- DataGridViewHitTestInfo.cs
- DataServices.cs
- ISessionStateStore.cs
- WebWorkflowRole.cs
- XmlReflectionImporter.cs
- TextEndOfSegment.cs
- EdmSchemaError.cs
- NavigatingCancelEventArgs.cs
- Privilege.cs
- Oid.cs
- CancellationToken.cs
- Main.cs
- xamlnodes.cs
- DataGridViewTopRowAccessibleObject.cs
- CallTemplateAction.cs
- SharedHttpsTransportManager.cs
- SerializerWriterEventHandlers.cs
- DrawListViewSubItemEventArgs.cs
- WmpBitmapEncoder.cs
- ViewGenerator.cs
- VisualStyleTypesAndProperties.cs
- SqlVersion.cs
- FormatVersion.cs
- LinqDataSourceDisposeEventArgs.cs
- ChannelPoolSettingsElement.cs
- MessagePartDescriptionCollection.cs
- diagnosticsswitches.cs
- AddInAdapter.cs
- Solver.cs